forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updated agent integration tests to node:test
- Loading branch information
1 parent
bd9df5f
commit 04f366c
Showing
12 changed files
with
541 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
files: | ||
- 'test/integration/**/*.tap.js' | ||
# We can't do a simple '**/*.test.js' because the "uninstrumented" suite | ||
# includes a `node_modules` directory that includes several `.test.js` files. | ||
- 'test/integration/*.test.js' | ||
- 'test/integration/cat/*.test.js' | ||
- 'test/integration/config/*.test.js' | ||
- 'test/integration/**/*.test.js' | ||
# We need to ignore any `*.test.js` files within nested `node_modules` | ||
# directories. We only want to target the tests we have written ourselves. | ||
- '!test/integration/**/node_modules/**/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.