Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: pass ts globals to lab test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Mar 4, 2020
1 parent 2a09d8d commit f883398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trail-fastify-graphql-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"coverage": "todo -c test",
"coverage:watch": "jest -i --coverage --watch",
"depcheck": "npx depcheck --ignores=config",
"test": "lab test --leaks"
"test": "lab test --globals __extends,__assign,__rest,__decorate,__param,__metadata,__awaiter,__generator,__exportStar,__values,__read,__spread,__spreadArrays,__await,__asyncGenerator,__asyncDelegator,__asyncValues,__makeTemplateObject,__importStar,__importDefault,__classPrivateFieldGet,__classPrivateFieldSet"
},
"dependencies": {
"@nearform/trail-core": "^3.0.0",
Expand Down

0 comments on commit f883398

Please sign in to comment.