@storybook/angular
Version:
Storybook for Angular: Develop Angular components in isolation with hot reloading.
7 lines (6 loc) • 392 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
require("@analogjs/vite-plugin-angular/setup-vitest");
const testing_1 = require("@angular/core/testing");
const testing_2 = require("@angular/platform-browser-dynamic/testing");
(0, testing_1.getTestBed)().initTestEnvironment(testing_2.BrowserDynamicTestingModule, (0, testing_2.platformBrowserDynamicTesting)());
;