+Aurelia +Paket +FAKE

Interim commit; there may still be leftover files from the Aurelia
tutorial
This commit is contained in:
Daniel J. Summers
2017-05-20 09:45:48 -05:00
parent e522ab1ae1
commit b0b20df36d
69 changed files with 2884 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
import {App} from '../../src/app';
describe('the app', () => {
it('says hello', () => {
expect(new App().message).toBe('Hello World!');
});
});

View File

@@ -0,0 +1,3 @@
import 'aurelia-polyfills';
import {initialize} from 'aurelia-pal-browser';
initialize();