mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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) {
|
||||
case 'linux':
|
||||
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/HyperTerm');
|
||||
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/Hyper');
|
||||
break;
|
||||
|
||||
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;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue