Fix import in tests

This commit is contained in:
2025-06-11 09:02:35 +02:00
parent a5651ba027
commit 5fc177a1e7
+1 -1
View File
@@ -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 '..'