We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7206f1d commit 9268d5cCopy full SHA for 9268d5c
skeleton/scaffold-minimum/test__if_karma_or_jest/unit/app.spec.ext
@@ -1,13 +1,6 @@
1
import {bootstrap} from 'aurelia-bootstrapper';
2
-import {App} from '../../src/app';
3
import {StageComponent} from 'aurelia-testing';
4
5
-describe('the app', () => {
6
- it('says hello', () => {
7
- expect(new App().message).toBe('Hello World!');
8
- });
9
-});
10
-
11
describe('Stage App Component', () => {
12
let component;
13
0 commit comments