Skip to content

Commit

Permalink
Remove completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBaryoPX committed Nov 3, 2024
1 parent 812e813 commit 6ed73c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/samples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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');
});

0 comments on commit 6ed73c1

Please sign in to comment.