清理代码
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Qumolama.d 2022-05-03 19:38:12 +08:00
parent 7569603096
commit cf9f9bea7c
Signed by: Lama3L9R
GPG Key ID: 1762AFC05157CE18
4 changed files with 4 additions and 10 deletions

View File

@ -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",

View File

@ -32,6 +32,4 @@ export function uuidToNoSymboUUID(uuid) {
export function toSymboUUID(uuid) {
return hexToUuid(uuid)
}
console.log(uuid('test'))
}

View File

@ -1,4 +1,3 @@
import { server } from './index.js'
export async function headerValidation(req, rep) {
if(!(/(authserver)|(sessionserver)|(api)/g).test(req.url)) {

View File

@ -1,3 +0,0 @@
import * as Server from './index.js'
console.log(Server)