Skip to content

Commit

Permalink
file movements
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdulz committed Sep 28, 2023
1 parent c09cc97 commit ae24246
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 223 deletions.
2 changes: 1 addition & 1 deletion src/anonymizer.test.ts → tests/anonymizer.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { data } from "dcmjs";
import { readFileSync } from "fs";
import { describe, expect, it } from "vitest";
import { Anonymizer } from "./anonymizer";
import { Anonymizer } from "../src/anonymizer";

describe("First case", () => {
it("should succeed", () => {
Expand Down
222 changes: 0 additions & 222 deletions tests/data_for_tests.test.ts

This file was deleted.

0 comments on commit ae24246

Please sign in to comment.