mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix tests
This commit is contained in:
parent
787fb0f604
commit
673f05844d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@ test.before(async () => {
|
||||||
|
|
||||||
switch (process.platform) {
|
switch (process.platform) {
|
||||||
case 'linux':
|
case 'linux':
|
||||||
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/HyperTerm');
|
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/Hyper');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'darwin':
|
case 'darwin':
|
||||||
pathToBinary = path.join(__dirname, '../dist/mac/HyperTerm.app/Contents/MacOS/HyperTerm');
|
pathToBinary = path.join(__dirname, '../dist/mac/Hyper.app/Contents/MacOS/Hyper');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue