Skip to content

Commit ab99e6e

Browse files
committed
Re-enable test
1 parent aa6fbec commit ab99e6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/__tests__/dist_assets.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
// npx vitest __tests__/dist_assets.spec.ts
2+
13
import * as fs from "fs"
24
import * as path from "path"
35

4-
describe.skip("dist assets", () => {
5-
const distPath = path.join(__dirname, "../../dist")
6+
describe("dist assets", () => {
7+
const distPath = path.join(__dirname, "../dist")
68

79
describe("tiktoken", () => {
810
it("should have tiktoken wasm file", () => {

0 commit comments

Comments
 (0)