mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-30 18:12:08 -07:00
refactor: migrate shared type imports
This commit is contained in:
@@ -82,10 +82,9 @@ test('stats-daemon entry helper detects internal daemon commands', () => {
|
||||
true,
|
||||
);
|
||||
assert.equal(
|
||||
shouldHandleStatsDaemonCommandAtEntry(
|
||||
['SubMiner.AppImage', '--stats-daemon-start'],
|
||||
{ ELECTRON_RUN_AS_NODE: '1' },
|
||||
),
|
||||
shouldHandleStatsDaemonCommandAtEntry(['SubMiner.AppImage', '--stats-daemon-start'], {
|
||||
ELECTRON_RUN_AS_NODE: '1',
|
||||
}),
|
||||
false,
|
||||
);
|
||||
assert.equal(shouldHandleStatsDaemonCommandAtEntry(['SubMiner.AppImage', '--start'], {}), false);
|
||||
|
||||
Reference in New Issue
Block a user