Skip to content

Commit

Permalink
Issue eclipse-ditto#2: fix build of barrels file due to strange babel…
Browse files Browse the repository at this point in the history
… errors: Cannot find module '@babel/types'

Signed-off-by: Florian Fendt <Florian.Fendt@bosch-si.com>
  • Loading branch information
ffendt committed Sep 10, 2019
1 parent d8a6abc commit 0cdd082
Show file tree
Hide file tree
Showing 3 changed files with 1,540 additions and 1,676 deletions.
1 change: 0 additions & 1 deletion javascript/lib/api/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports = {
transform: {
"^.+\\.tsx?$": "ts-jest"
},
testEnvironment: "node", // use node env instead of jsdom for the node implementation tests
collectCoverage: true,
collectCoverageFrom: [
"src/**/*.ts"
Expand Down
Loading

0 comments on commit 0cdd082

Please sign in to comment.