Skip to content

Commit

Permalink
try relative import paths in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Oct 12, 2023
1 parent f86556c commit 41f798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/root.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ComposeClient } from '@composedb/client'
import { definition } from '@/src/__generated__/definition'
import { definition } from '../src/__generated__/definition'
import { RuntimeCompositeDefinition } from '@composedb/types'
import { test, describe, beforeAll, expect } from 'vitest'
import {
Expand Down

0 comments on commit 41f798a

Please sign in to comment.