mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-11 04:18:03 +00:00
(Initial) Commit
This commit is contained in:
7
test/test.js
Normal file
7
test/test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import test from 'ava';
|
||||
import execa from 'execa';
|
||||
|
||||
test('decrypt', async t => {
|
||||
const dlc = await execa('bin/decrypt-dlc', ['test/test.dlc', '-o', 'test/urls.txt']);
|
||||
t.regex(dlc.stdout, /Successfully/);
|
||||
});
|
||||
Reference in New Issue
Block a user