removed files
attempting commit with fewer files; these are the ones removed
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import {App} from '../../src/app';
|
||||
|
||||
describe('the app', () => {
|
||||
it('says hello', () => {
|
||||
expect(new App().message).toBe('Hello World!');
|
||||
});
|
||||
});
|
||||
@@ -1,3 +0,0 @@
|
||||
import 'aurelia-polyfills';
|
||||
import {initialize} from 'aurelia-pal-browser';
|
||||
initialize();
|
||||
Reference in New Issue
Block a user