From ef6132a7f1487cb09a936c7c849c045c157d8e31 Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Tue, 28 Nov 2023 02:32:09 -0500 Subject: [PATCH] oops... removing wrongly-added legacy file tests this file doesn't exist yet... probably never will --- test/index.test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/index.test.js b/test/index.test.js index 0b0d0fc..c17bdef 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -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')); -});