File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "mocha";
5
5
import { expect } from "chai" ;
6
6
7
7
import { Lexer , ResultUtils } from "../../.." ;
8
- import { assertGetLexOk } from "../../testUtils/lexTestTestUtils " ;
8
+ import { assertGetLexOk } from "../../testUtils/lexTestUtils " ;
9
9
10
10
const LINE_TERMINATOR : string = `\n` ;
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
assertGetLineTokenMatch ,
13
13
assertGetSnapshotAbridgedComments ,
14
14
assertGetSnapshotAbridgedTokens ,
15
- } from "../../testUtils/lexTestTestUtils " ;
15
+ } from "../../testUtils/lexTestUtils " ;
16
16
import { Language } from "../../.." ;
17
17
18
18
const LINE_TERMINATOR : string = "\n" ;
Original file line number Diff line number Diff line change 4
4
import "mocha" ;
5
5
import { expect } from "chai" ;
6
6
7
- import { assertGetSnapshotAbridgedTokens } from "../../testUtils/lexTestTestUtils " ;
7
+ import { assertGetSnapshotAbridgedTokens } from "../../testUtils/lexTestUtils " ;
8
8
import { Language } from "../../.." ;
9
9
10
10
describe ( `Lexer.Simple.TokenKinds` , ( ) => {
Original file line number Diff line number Diff line change 3
3
4
4
export * as AssertTestUtils from "./assertTestUtils" ;
5
5
export * as FileTestUtils from "./fileTestUtils" ;
6
- export * as LexTestTestUtils from "./lexTestTestUtils " ;
6
+ export * as LexTestUtils from "./lexTestUtils " ;
7
7
export * as ResourceTestUtils from "./resourceTestUtils" ;
8
8
export * as TestConstants from "./testConstants" ;
9
9
export * as TokenizerTestUtils from "./tokenizerTestUtils" ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments