Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use tmpDir instead of fixturesDir
This test was using fixturesDir to create temp files to test. This patch replaces that with tmpDir and uses `assert` module to test. Also, this test has been moved to `parallel`, from `sequential` mode. PR-URL: #2583 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
- Loading branch information