清理代码
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7569603096
commit
cf9f9bea7c
|
@ -124,9 +124,9 @@ export default {
|
|||
// rootDir: undefined,
|
||||
|
||||
// A list of paths to directories that Jest should use to search for files in
|
||||
// roots: [
|
||||
// "<rootDir>"
|
||||
// ],
|
||||
roots: [
|
||||
"src", "tests"
|
||||
],
|
||||
|
||||
// Allows you to use a custom runner instead of Jest's default test runner
|
||||
// runner: "jest-runner",
|
||||
|
|
|
@ -33,5 +33,3 @@ export function uuidToNoSymboUUID(uuid) {
|
|||
export function toSymboUUID(uuid) {
|
||||
return hexToUuid(uuid)
|
||||
}
|
||||
|
||||
console.log(uuid('test'))
|
|
@ -1,4 +1,3 @@
|
|||
import { server } from './index.js'
|
||||
|
||||
export async function headerValidation(req, rep) {
|
||||
if(!(/(authserver)|(sessionserver)|(api)/g).test(req.url)) {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
import * as Server from './index.js'
|
||||
|
||||
console.log(Server)
|
Loading…
Reference in New Issue