chore(server): run TS files directly (no compilation) (#5134)
* sort of works * type fixes * added option to run old way too
This commit is contained in:
committed by
GitHub
parent
e34a44bf66
commit
4b06f42db7
+3
-2
@@ -1,7 +1,8 @@
|
||||
import { db } from '@/db/knex'
|
||||
import { BasicTestUser, buildBasicTestUser, createTestUser } from '@/test/authHelper'
|
||||
import type { BasicTestUser } from '@/test/authHelper'
|
||||
import { buildBasicTestUser, createTestUser } from '@/test/authHelper'
|
||||
import type { BasicTestWorkspace } from '@/modules/workspaces/tests/helpers/creation'
|
||||
import {
|
||||
BasicTestWorkspace,
|
||||
buildBasicTestWorkspace,
|
||||
createTestWorkspace
|
||||
} from '@/modules/workspaces/tests/helpers/creation'
|
||||
|
||||
Reference in New Issue
Block a user