diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-21 21:05:04 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-21 21:05:04 -0500 |
commit | 66b1c3cf80f88a7ad28e279eff58b3560532bf4e (patch) | |
tree | 33240fd79cfd6e1023635387bb2343a73fc25846 /client/src/test/diagnostics.test.ts | |
parent | dbca05bd2a064ab3383ee4f387e35963e4efcf1b (diff) | |
download | PerlNavigator-66b1c3cf80f88a7ad28e279eff58b3560532bf4e.zip |
Better resolution of explicitly marked methods, support for SUPER, and starting to clean up tests
Diffstat (limited to 'client/src/test/diagnostics.test.ts')
-rw-r--r-- | client/src/test/diagnostics.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/test/diagnostics.test.ts b/client/src/test/diagnostics.test.ts index 1aa8a36..9683eef 100644 --- a/client/src/test/diagnostics.test.ts +++ b/client/src/test/diagnostics.test.ts @@ -8,7 +8,7 @@ import * as assert from 'assert'; import { getDocUri, activate } from './helper'; suite('Should get diagnostics', () => { - const docUri = getDocUri('diagnostics.txt'); + const docUri = getDocUri('mainTest.pl'); test('Diagnoses uppercase texts', async () => { await testDiagnostics(docUri, [ |