We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6fbec commit ab99e6eCopy full SHA for ab99e6e
src/__tests__/dist_assets.spec.ts
@@ -1,8 +1,10 @@
1
+// npx vitest __tests__/dist_assets.spec.ts
2
+
3
import * as fs from "fs"
4
import * as path from "path"
5
-describe.skip("dist assets", () => {
- const distPath = path.join(__dirname, "../../dist")
6
+describe("dist assets", () => {
7
+ const distPath = path.join(__dirname, "../dist")
8
9
describe("tiktoken", () => {
10
it("should have tiktoken wasm file", () => {
0 commit comments