test 2
This commit is contained in:
parent
9a94857552
commit
f1ae89629e
2 changed files with 1 additions and 4 deletions
|
@ -35,9 +35,6 @@ jobs:
|
||||||
sudo apt-get install -y wine32
|
sudo apt-get install -y wine32
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
- run:
|
|
||||||
name: Transpile TS files
|
|
||||||
command: yarn build
|
|
||||||
- run:
|
- run:
|
||||||
name: Base Functionality Test
|
name: Base Functionality Test
|
||||||
command: yarn test
|
command: yarn test
|
||||||
|
|
|
@ -15,7 +15,7 @@ test("Launch electron app", async () => {
|
||||||
|
|
||||||
console.log(paths)
|
console.log(paths)
|
||||||
|
|
||||||
console.log(fs.readdirSync(paths.main))
|
console.log(fs.readdirSync(paths.mainBuild))
|
||||||
|
|
||||||
const electronApp = await electron.launch({ args: ['build/index.js'], cwd: paths.root });
|
const electronApp = await electron.launch({ args: ['build/index.js'], cwd: paths.root });
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue