Skip to content

Commit

Permalink
chore: test cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hakanson <kevhak@amazon.com>
  • Loading branch information
hakanson committed Apr 15, 2024
1 parent 7de74cc commit c266de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/test/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

import * as assert from 'assert';

// You can import and use all API from the 'vscode' module
// as well as import your extension to test it
import * as vscode from 'vscode';
import * as path from 'path';
import * as completion from '../../completion';
Expand Down
9 changes: 3 additions & 6 deletions src/test/suite/validation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
// SPDX-License-Identifier: Apache-2.0

import * as assert from 'assert';

// You can import and use all API from the 'vscode' module
// as well as import your extension to test it
import * as vscode from 'vscode';
// import * as myExtension from '../../extension';
import * as cedar from 'vscode-cedar-wasm';
import * as fs from 'node:fs';
import * as path from 'node:path';
import {
AT_LINE_SCHEMA_REGEX,
EXIST_ATTR_REGEX,
Expand All @@ -20,8 +18,7 @@ import {
UNDECLARED_REGEX,
UNRECOGNIZED_REGEX,
} from '../../regex';
import * as fs from 'fs';
import * as path from 'path';

import { determineEntityTypes } from '../../validate';

const readTestDataFile = (dirname: string, filename: string): string => {
Expand Down

0 comments on commit c266de0

Please sign in to comment.