-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
agent-nodejsMake available for APM Agents project planning.Make available for APM Agents project planning.
Description
As preparation for a possible move from tape to tap, we should rename any test file that contains actual tests (but leave the _ include files or "other not TAP tests" alone) to include the .test.js extension. In other word run something like
% mv test/agent.js test/agent.test.js
for every file that has TAP tests. Once this renaming is complete we'll want to change the collection of test files logic intest/test.js (not renamed because it's not a TAP file) to only run *.test.js files.
Metadata
Metadata
Assignees
Labels
agent-nodejsMake available for APM Agents project planning.Make available for APM Agents project planning.