From 6ed73c1bf8037766018dfdb776f37ff5e788c637 Mon Sep 17 00:00:00 2001 From: Ben Baryo Date: Sun, 3 Nov 2024 16:53:39 +0200 Subject: [PATCH] Remove completed TODO --- tests/samples.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/samples.test.js b/tests/samples.test.js index 9389a59..f14343a 100644 --- a/tests/samples.test.js +++ b/tests/samples.test.js @@ -5,8 +5,6 @@ import {fileURLToPath} from 'node:url'; import {join} from 'node:path'; import {REstringer} from '../src/restringer.js'; - - function getDeobfuscatedCode(code) { const restringer = new REstringer(code); restringer.logger.setLogLevel(restringer.logger.logLevels.NONE); @@ -105,5 +103,4 @@ describe('Samples tests', () => { const result = getDeobfuscatedCode(code); assert.strictEqual(result, expected); }); - it.todo('Fix issue with multiple comments in Local Proxies sample'); }); \ No newline at end of file