+Aurelia +Paket +FAKE
Interim commit; there may still be leftover files from the Aurelia tutorial
This commit is contained in:
7
src/app/test/unit/app.spec.ts
Normal file
7
src/app/test/unit/app.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {App} from '../../src/app';
|
||||
|
||||
describe('the app', () => {
|
||||
it('says hello', () => {
|
||||
expect(new App().message).toBe('Hello World!');
|
||||
});
|
||||
});
|
||||
3
src/app/test/unit/setup.ts
Normal file
3
src/app/test/unit/setup.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import 'aurelia-polyfills';
|
||||
import {initialize} from 'aurelia-pal-browser';
|
||||
initialize();
|
||||
Reference in New Issue
Block a user