Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 5c496c6

Browse files
committed
fix(tests): incorrect path
1 parent 8e4c3f1 commit 5c496c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__tests__/build.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ describe('tauri:build', () => {
1010
// Tauri app is built
1111
expect(project.has('src-tauri/target/release/app')).toBe(true)
1212
expect(
13-
project.has('src-tauri/target/release/bundle/appimage/app.AppImage')
13+
project.has(
14+
'src-tauri/target/release/bundle/appimage/app_0.1.0_amd64.AppImage'
15+
)
1416
).toBe(true)
1517
expect(
1618
project.has('src-tauri/target/release/bundle/deb/app_0.1.0_amd64.deb')

0 commit comments

Comments
 (0)