Skip to content

Commit

Permalink
chore: Get rid off obsolete jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Sep 10, 2018
1 parent 6198204 commit 71cc0de
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,5 @@
"ts-node": "7.0.1",
"tsconfig-paths": "3.5.0",
"tslint": "5.11.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
".+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage"
}
}

0 comments on commit 71cc0de

Please sign in to comment.