Skip to content

Commit

Permalink
test(rich-text-types): migrate tests for validation []
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishelgert committed Oct 28, 2024
1 parent c184f4e commit 1bdfd1b
Show file tree
Hide file tree
Showing 37 changed files with 1,100 additions and 8,670 deletions.
8 changes: 2 additions & 6 deletions packages/rich-text-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@
},
"scripts": {
"prebuild": "rimraf dist",
"build": "yarn generate-json-schema && tsc --module commonjs && rollup -c --bundleConfigAsCjs rollup.config.js",
"build": "tsc --module commonjs && rollup -c --bundleConfigAsCjs rollup.config.js",
"start": "tsc && rollup -c --bundleConfigAsCjs rollup.config.js -w",
"generate-json-schema": "ts-node -O '{\"module\": \"commonjs\"}' ./tools/jsonSchemaGen",
"test": "jest"
},
"dependencies": {
"is-plain-obj": "^3.0.0"
},
"devDependencies": {
"@cspotcode/source-map-consumer": "^0.8.0",
"@faker-js/faker": "^9.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"ts-jest": "^29.1.2",
"typescript-json-schema": "0.65.1"
"ts-jest": "^29.1.2"
}
}
Loading

0 comments on commit 1bdfd1b

Please sign in to comment.