mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Correct common test command to compile with babel.
This commit is contained in:
parent
4a38c36cce
commit
351172d178
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const TEST_DB_URI = `mongodb://localhost/${TEST_DB}`
|
|||
|
||||
const API_V2_TEST_COMMAND = 'mocha test/api/v2 --recursive --compilers js:babel/register';
|
||||
const LEGACY_API_TEST_COMMAND = 'mocha test/api-legacy';
|
||||
const COMMON_TEST_COMMAND = 'mocha test/common --compilers coffee:coffee-script';
|
||||
const COMMON_TEST_COMMAND = 'mocha test/common --compilers js:babel/register';
|
||||
const CONTENT_TEST_COMMAND = 'mocha test/content --compilers js:babel/register';
|
||||
const CONTENT_OPTIONS = {maxBuffer: 1024 * 500};
|
||||
const KARMA_TEST_COMMAND = 'karma start';
|
||||
|
|
|
|||
Loading…
Reference in a new issue