Skip to content

Commit

Permalink
oops... removing wrongly-added legacy file tests
Browse files Browse the repository at this point in the history
this file doesn't exist yet... probably never will
  • Loading branch information
catdad committed Nov 28, 2023
1 parent b49f183 commit ef6132a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ const runTests = require('./run-tests.js');
describe('heic-convert (default wasm)', () => {
runTests(require('..'));
});

describe('heic-convert (legacy js)', () => {
runTests(require('../legacy'));
});

0 comments on commit ef6132a

Please sign in to comment.