From ec5776d1aff83985f9276a76a2896d2f1eb829f7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 10 Nov 2023 15:38:35 -0300 Subject: tests/js/compat.js: Remove unused file --- tests/js/compat.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/js/compat.js (limited to 'tests/js/compat.js') diff --git a/tests/js/compat.js b/tests/js/compat.js deleted file mode 100644 index 8eaf4f3..0000000 --- a/tests/js/compat.js +++ /dev/null @@ -1,17 +0,0 @@ -import { getJSImpl } from "../../src/compat.js"; - -const test_getJSImpl = t => { - t.start("getJSImpl()"); - // FIXME -}; - -const test_mappings = t => { - t.start("mappings"); - // FIXME -}; - - -export const tests = [ - test_getJSImpl, - test_mappings, -]; -- cgit v1.2.3