fix import paths for test/
This commit is contained in:
parent
c3657f05ac
commit
0ec24ef062
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable no-constant-condition */
|
||||
import { delay, html_game_list, notify } from '../util.js';
|
||||
import { cfg } from '../config.js';
|
||||
import { delay, html_game_list, notify } from '../src/util.js';
|
||||
import { cfg } from '../src/config.js';
|
||||
|
||||
const URL_CLAIM = 'https://gaming.amazon.com/home'; // dummy URL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue