mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-27 00:16:21 +08:00
fix
This commit is contained in:
parent
3e17c0145e
commit
991f9349f9
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user