mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-29 01:38:26 +00:00
refactor: create util
directory, move tests to it
This commit is contained in:
parent
d08e2ac04f
commit
9e09bcab6e
|
@ -11,9 +11,9 @@
|
|||
"scripts": {
|
||||
"start": "node src/cobalt",
|
||||
"setup": "node src/modules/setup",
|
||||
"test": "node src/test/test",
|
||||
"test": "node src/util/test",
|
||||
"build": "node src/modules/buildStatic",
|
||||
"testFilenames": "node src/test/testFilenamePresets"
|
||||
"testFilenames": "node src/util/testFilenamePresets"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -9,7 +9,7 @@ import { normalizeRequest } from "../modules/processing/request.js";
|
|||
import { env } from "../modules/config.js";
|
||||
|
||||
env.apiURL = 'http://localhost:9000'
|
||||
let tests = loadJSON('./src/test/tests.json');
|
||||
let tests = loadJSON('./src/util/tests.json');
|
||||
|
||||
let noTest = [];
|
||||
let failed = [];
|
Loading…
Reference in a new issue