Skip to content

Commit dd881c1

Browse files
committed
Partially revert "Remove some TODOs"
Ugh. It works locally but not on GHA
1 parent 600ee73 commit dd881c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: resolve this exception. AVA doesn't run without reference
2+
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
3+
/// <reference path="../source/globals.d.ts" />
4+
15
import test from 'ava';
26
import './fixtures/globals';
37
import * as pageDetect from '../source/libs/page-detect';

0 commit comments

Comments
 (0)