Next Release #361
Annotations
4 errors
app/server/__tests__/execute.server.test.ts > execute.server > executeApplication > executeApplicationOnWindows > Should execute the entry with the defined application of the category:
app/server/__tests__/execute.server.test.ts#L63
AssertionError: expected "execFileSync" to be called with arguments: [ …(3) ]
Received:
1st execFileSync call:
Array [
"F:/games/Emulation/emulators/mame/mame.exe",
Array [
+ "-w",
+ "-rompath",
+ "F:/games/Emulation/roms/Neo Geo",
+ "-cfg_directory",
+ "F:/games/Emulation/roms/Neo Geo/cfg",
+ "-nvram_directory",
+ "F:/games/Emulation/roms/Neo Geo/nvram",
"F:/games/Emulation/roms/Neo Geo/blazstar.zip",
],
Object {
"encoding": "utf8",
},
]
Number of calls: 1
❯ app/server/__tests__/execute.server.test.ts:63:30
|
app/server/__tests__/execute.server.test.ts > execute.server > executeApplication > executeApplicationOnWindows > Should add environment varables:
app/server/__tests__/execute.server.test.ts#L107
AssertionError: expected "execFileSync" to be called with arguments: [ …(3) ]
Received:
1st execFileSync call:
Array [
"F:/games/Emulation/emulators/mame/mame.exe",
Array [
+ "-w",
+ "-rompath",
+ "F:/games/Emulation/roms/Neo Geo",
+ "-cfg_directory",
+ "F:/games/Emulation/roms/Neo Geo/cfg",
+ "-nvram_directory",
+ "F:/games/Emulation/roms/Neo Geo/nvram",
"F:/games/Emulation/roms/Neo Geo/blazstar.zip",
],
Object {
"encoding": "utf8",
},
]
Number of calls: 1
❯ app/server/__tests__/execute.server.test.ts:107:30
|
app/server/__tests__/execute.server.test.ts > execute.server > executeApplication > executeApplicationOnLinux > Should execute the entry with the defined application of the category:
app/server/__tests__/execute.server.test.ts#L154
AssertionError: expected "execFileSync" to be called with arguments: [ 'flatpak', [ 'run', …(3) ], …(1) ]
Received:
1st execFileSync call:
Array [
"flatpak",
Array [
- "run",
- "--filesystem=F:/games/Emulation/roms",
- "org.mamedev.MAME",
- "F:/games/Emulation/roms/Neo Geo/blazstar.zip",
+ "list",
+ "--app",
],
Object {
"encoding": "utf8",
},
]
2nd execFileSync call:
Array [
"flatpak",
Array [
"run",
"--filesystem=F:/games/Emulation/roms",
"org.mamedev.MAME",
+ "-w",
+ "-rompath",
+ "F:/games/Emulation/roms/Neo Geo",
+ "-cfg_directory",
+ "F:/games/Emulation/roms/Neo Geo/cfg",
+ "-nvram_directory",
+ "F:/games/Emulation/roms/Neo Geo/nvram",
"F:/games/Emulation/roms/Neo Geo/blazstar.zip",
],
Object {
"encoding": "utf8",
},
]
Number of calls: 2
❯ app/server/__tests__/execute.server.test.ts:154:30
|
lint
Process completed with exit code 1.
|