Skip to content

Commit a573eb9

Browse files
committed
test: Update tests
1 parent 0aa80a9 commit a573eb9

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

src/tests/mock-github-info.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ describe(`mock Github info`, () => {
5757
'tslint.prod.json',
5858

5959
'package.json',
60-
'wct.config.json',
61-
62-
'src/test/index.html',
63-
'src/test/runner.html',
64-
'src/test/my-element.spec.ts',
6560

6661
'src/my-element.ts',
6762
];

src/tests/no-github-info-and-desc.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ describe(`Github info and 'docDescription' are missing`, () => {
5454
'tslint.prod.json',
5555

5656
'package.json',
57-
'wct.config.json',
58-
59-
'src/test/index.html',
60-
'src/test/runner.html',
61-
'src/test/my-element.spec.ts',
6257

6358
'src/my-element.ts',
6459
];

src/tests/normal.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ describe('normal', () => {
3434
'tslint.prod.json',
3535

3636
'package.json',
37-
'wct.config.json',
38-
39-
'src/test/index.html',
40-
'src/test/runner.html',
41-
'src/test/my-element.spec.ts',
4237

4338
'src/my-element.ts',
4439
];

0 commit comments

Comments
 (0)