Skip to content

Commit 5d912af

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent 1263f4e commit 5d912af

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

caps/providers/vercel.com/project.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const testConfig = {
66
}
77

88
import * as bunTest from 'bun:test'
9-
import { run } from 't44/workspace-rt'
9+
import { run } from '../../../workspace-rt'
1010

1111
const {
1212
test: { describe, it, expect },

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"extends": "../../../tsconfig.paths.json",
23
"compilerOptions": {
34
"target": "es2021",
45
"module": "esnext",

0 commit comments

Comments
 (0)