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 600ee73 commit dd881c1Copy full SHA for dd881c1
test.ts
@@ -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
+
5
import test from 'ava';
6
import './fixtures/globals';
7
import * as pageDetect from '../source/libs/page-detect';
0 commit comments