mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
Remove outdated test to cleanup coverage report
- uglify-js not used anymore
This commit is contained in:
parent
1f73088efa
commit
bba67326f7
1 changed files with 0 additions and 8 deletions
|
@ -24,12 +24,4 @@ describe('ArrayBuffer', function () {
|
|||
it('Inflate ArrayBuffer', function () {
|
||||
assert.ok(cmp(sample, pako.inflate(deflated.buffer)));
|
||||
});
|
||||
|
||||
it('Simplified minified version test', function () {
|
||||
// At some point minifier started to corrupt str2buf function
|
||||
// https://github.com/nodeca/pako/issues/161#issuecomment-468420555
|
||||
var minified = require('../dist/pako.min.js');
|
||||
|
||||
assert.ok(cmp(minified.deflate('→'), pako.deflate('→')));
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue