Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Sep 10, 2023
1 parent 0f634b8 commit 14f7091
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/wingsdk/test/testing/assertions.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// `Assert` needs to be imported from the index file due
// to a bug in `v8-to-istanbul` that causes it to
// exit with a non-zero code when trying to generate
// coverage reports. See https://github.com/istanbuljs/v8-to-istanbul/issues/198
import { Assert } from "../../src/testing";
import { test, describe, expect } from "vitest";
import { Assert } from "../../src/testing/assert";

describe("equal string", () => {
test("is equal", () => {
Expand Down

0 comments on commit 14f7091

Please sign in to comment.