mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
wip(shared): adapt to v3
This commit is contained in:
@@ -14,7 +14,6 @@ const SERVER_FILES = [
|
||||
const COMMON_FILES = [
|
||||
'./common/script/**/*.js',
|
||||
// @TODO remove these negations as the files are converted over.
|
||||
'!./common/script/index.js',
|
||||
'!./common/script/content/index.js',
|
||||
'!./common/script/ops/**/*.js',
|
||||
'!./common/script/fns/**/*.js',
|
||||
@@ -25,7 +24,7 @@ const TEST_FILES = [
|
||||
'./test/**/*.js',
|
||||
// @TODO remove these negations as the test files are cleaned up.
|
||||
'!./test/api-legacy/**/*',
|
||||
'!./test/common/simulations/**/*',
|
||||
'!./test/common_old/simulations/**/*',
|
||||
'!./test/content/**/*',
|
||||
'!./test/server_side/**/*',
|
||||
'!./test/spec/**/*',
|
||||
|
||||
Reference in New Issue
Block a user