Skip to content

Commit d6afe34

Browse files
committed
add no-deprecation to handwritten/logging-bunyan test
We support multiple versions of node, so lets ignore this for now.
1 parent a95540c commit d6afe34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

handwritten/logging-bunyan/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"presystem-test": "npm run compile",
4343
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
4444
"system-test": "mocha build/system-test --timeout 600000",
45-
"test": "c8 mocha --recursive build/test",
45+
"test": "cross-env NODE_OPTIONS='--no-deprecation' c8 mocha --recursive build/test",
4646
"clean": "gts clean",
4747
"compile": "tsc -p .",
4848
"postcompile": "cpy \"src/types/*\" build/src/types",
@@ -69,6 +69,7 @@
6969
"bunyan": "^1.8.12",
7070
"c8": "^9.0.0",
7171
"codecov": "^3.0.2",
72+
"cross-env": "^7.0.3",
7273
"cpy-cli": "^4.0.0",
7374
"delay": "^5.0.0",
7475
"express": "^4.16.3",

0 commit comments

Comments
 (0)