mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Test suite failed to run on Ubuntu (#170)
This commit is contained in:
parent
36173817f3
commit
3ea570869e
@ -20,4 +20,6 @@ module.exports = {
|
|||||||
|
|
||||||
// The pattern Jest uses to detect test files.
|
// The pattern Jest uses to detect test files.
|
||||||
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$',
|
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$',
|
||||||
|
|
||||||
|
testURL: 'http://localhost/'
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user