We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcca38a commit 6b77846Copy full SHA for 6b77846
plugins/node/opentelemetry-instrumentation-winston/package.json
@@ -6,9 +6,12 @@
6
"types": "build/src/index.d.ts",
7
"repository": "open-telemetry/opentelemetry-js-contrib",
8
"scripts": {
9
- "test": "nyc mocha 'test/**/*.test.ts'",
+ "test": "npm run test-v1-v2 && npm run test-v3",
10
+ "test-v1-v2": "tav winston 2.4.7 npm run test-run",
11
+ "test-v3": "tav winston 3.17.0 npm run test-run",
12
+ "test-run": "nyc mocha 'test/**/*.test.ts'",
13
"test-all-versions": "tav",
- "tdd": "npm run test -- --watch-extensions ts --watch",
14
+ "tdd": "npm run test-run -- --watch-extensions ts --watch",
15
"clean": "rimraf build/*",
16
"lint": "eslint . --ext .ts",
17
"lint:fix": "eslint . --ext .ts --fix",
0 commit comments