Skip to content

Proposal: Rename Active Test Files to .test.  #2137

@astorm

Description

@astorm

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

No one assigned

    Labels

    agent-nodejsMake available for APM Agents project planning.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions