Skip to content

Commit

Permalink
[field] Remove jest tests from field module
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent 4c34ad2 commit 3635757
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions packages/@sanity/field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"license": "MIT",
"scripts": {
"test": "jest",
"posttest": "tsc --noEmit",
"test": "tsc --noEmit",
"clean": "rimraf lib coverage"
},
"keywords": [
Expand Down Expand Up @@ -39,26 +38,5 @@
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"jest": {
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$",
"testURL": "http://localhost",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"js",
"json",
"node"
],
"testPathIgnorePatterns": [
"/lib/"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/",
"/lib/"
]
}
"homepage": "https://www.sanity.io/"
}

0 comments on commit 3635757

Please sign in to comment.