Skip to content

Commit

Permalink
chore: move tests to standard jest format
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-evans committed Sep 12, 2023
1 parent d9513be commit f123ecd
Show file tree
Hide file tree
Showing 52 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
"moduleNameMapper": {
"^(@atjson/.*)$": "<rootDir>/packages/$1/src/index.ts"
},
"testMatch": [
"**/*-test.(ts|tsx|js|jsx)"
],
"transformIgnorePatterns": [
"/node_modules/(?!@ckeditor).+\\.js$"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Document, { Annotation } from "../src";
import TestSource, { Bold, Paragraph } from "./test-source";
import { TextSource } from "./text-source-test";
import { TextSource } from "./text-source.test";

describe("Document#convert", () => {
test("sources without conversions throw errors", () => {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f123ecd

Please sign in to comment.