Fix import in tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {expect, test, describe, beforeEach, afterEach} from 'bun:test'
|
||||
import {type TDate, type TSchema, Type} from "@sinclair/typebox"
|
||||
import {type FileResult, fileSync} from 'tmp'
|
||||
import fs from 'node:fs/promises'
|
||||
import * as fs from 'node:fs/promises'
|
||||
|
||||
import {read_date, read_object, read_type} from '../src/read_type'
|
||||
import {parse} from '..'
|
||||
|
||||
Reference in New Issue
Block a user