Skip to content

test: move module out of fixture directory

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fixture into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

tick-processor-base.js is a module used by three other tests. It is not a test fixture so move it out of the fixture directory. (One downside to having it in the fixture directory is that fixture code is not currently linted.)

It is possible that the code in tick-processor-base.js should be integrated into common.js. This can potentially happen subsequently (and might make a reasonable good first contribution for a new contributor).

(This does nothing for the flakiness issues with the test-tick-processor-* tests.)

/cc @nodejs/testing

Merge request reports

Loading