Skip to content

Commit

Permalink
Tests: Move test ZIP into fixtures dir
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 30, 2023
1 parent 9458ee3 commit d7eefda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/all.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const pathJoin = require('path').join,

// Tests

const PATH = pathJoin(__dirname, 'test.zip'),
BAD_PATH = pathJoin(__dirname, 'does-not-exist.zip'),
const PATH = pathJoin(__dirname, 'fixtures/test.zip'),
BAD_PATH = pathJoin(__dirname, 'fixtures/does-not-exist.zip'),
FILES = ['test_files/', 'test_files/1.txt', 'test_files/2.txt', 'test_files/3.txt'];

// Run tests for yauzl object created with all methods
Expand Down
File renamed without changes.

0 comments on commit d7eefda

Please sign in to comment.