Skip to content

Commit

Permalink
test(json-schema): add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jan 30, 2021
1 parent e9f7fc2 commit 150285b
Show file tree
Hide file tree
Showing 12 changed files with 1,815 additions and 34 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"test:sc:watch": "npm run test:sc -- --watch",
"test:core": "jest packages/core/src/__tests__/*.spec.ts",
"test:core:watch": "npm run test:core --- --watch",
"test:schema": "jest packages/json-schema/src/__tests__/*.spec.ts",
"test:schema:watch": "npm run test:schema --- --watch",
"test:react": "jest packages/react/src/__tests__/*.spec.tsx",
"test:react:watch": "npm run test:react --- --watch",
"test:react-schema": "jest packages/react-schema-field/src/__tests__/*.spec.tsx",
Expand Down
Loading

0 comments on commit 150285b

Please sign in to comment.