Skip to content

Commit 9268d5c

Browse files
committed
fix(jest mock): Add stub for static content
Remove "duplicate" test
1 parent 7206f1d commit 9268d5c

File tree

1 file changed

+0
-7
lines changed
  • skeleton/scaffold-minimum/test__if_karma_or_jest/unit

1 file changed

+0
-7
lines changed

skeleton/scaffold-minimum/test__if_karma_or_jest/unit/app.spec.ext

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
import {bootstrap} from 'aurelia-bootstrapper';
2-
import {App} from '../../src/app';
32
import {StageComponent} from 'aurelia-testing';
43

5-
describe('the app', () => {
6-
it('says hello', () => {
7-
expect(new App().message).toBe('Hello World!');
8-
});
9-
});
10-
114
describe('Stage App Component', () => {
125
let component;
136

0 commit comments

Comments
 (0)