Skip to content

Commit fc864a3

Browse files
authored
Meta: Add error logger that helps user search/report issues (#2708)
1 parent e0dcafe commit fc864a3

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)