This commit is contained in:
Kirill Chernyshov 2019-10-07 13:05:46 +02:00
parent 3e17c0145e
commit 991f9349f9
No known key found for this signature in database
GPG Key ID: 425B3AB78FBCFBDB

View File

@ -51,7 +51,7 @@ describe('leiningen tests', () => {
expect(fs.existsSync(path.join(clojureDir, 'bin', 'lein.bat'))).toBe(
true
);
await exec.exec('lein.bat');
await exec.exec('lein');
} else {
expect(fs.existsSync(path.join(clojureDir, 'bin', 'lein'))).toBe(true);
}