removed files

attempting commit with fewer files; these are the ones removed
This commit is contained in:
Daniel J. Summers
2017-07-29 16:27:48 -05:00
parent 03fd1d0a18
commit 632f06ac5f
52 changed files with 0 additions and 1342 deletions

View File

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

View File

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