Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Mocha/Vitest: Run migrate-tests codemod
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Dec 13, 2023
1 parent fd8d604 commit 1768995
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/console.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, it } from "vitest";
import { deepStrictEqual } from 'node:assert';
import vm from 'node:vm';
import { ConsoleKind } from '../src/schemata/consoleKindSchema.js';
Expand Down
1 change: 1 addition & 0 deletions test/fileDownloadService.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, it } from "vitest";
import { Volume, createFsFromVolume } from 'memfs';
import { FileDownloadService } from '../src/fileDownloadService.js';
import { deepEqual } from 'assert';
Expand Down
1 change: 1 addition & 0 deletions test/runJscodeshiftCodemod.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, it } from "vitest";
import { deepStrictEqual } from 'node:assert';
import { transpile } from '../src/getTransformer.js';
import { runJscodeshiftCodemod } from '../src/runJscodeshiftCodemod.js';
Expand Down
1 change: 1 addition & 0 deletions test/runTsMorphCodemod.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, it } from "vitest";
import { deepStrictEqual } from 'node:assert';
import { transpile } from '../src/getTransformer.js';
import { runTsMorphCodemod } from '../src/runTsMorphCodemod.js';
Expand Down
1 change: 1 addition & 0 deletions test/runner.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, it } from "vitest";
import { Volume, createFsFromVolume } from 'memfs';
import { Runner } from '../src/runner.js';
import { PrinterBlueprint } from '../src/printer.js';
Expand Down
1 change: 1 addition & 0 deletions test/tarService.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, it } from "vitest";
import { Volume, createFsFromVolume } from 'memfs';
import { TarService } from '../src/services/tarService.js';
import { readFile } from 'node:fs/promises';
Expand Down

0 comments on commit 1768995

Please sign in to comment.