UNPKG

240 BJavaScriptView Raw
1export * from './compile-spy';
2export * from './view-spy';
3export * from './component-tester';
4export * from './wait';
5export function configure(config) {
6 config.globalResources([
7 './compile-spy',
8 './view-spy'
9 ]);
10}