Skip to content

Commit

Permalink
example1
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Jan 14, 2025
1 parent 863c80e commit 639977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sch/chip-crossing-schemtic-example1.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect, it } from "bun:test"
import { convertCircuitJsonToSchematicSvg } from "lib/index"
import { getTestFixture } from "tests/fixtures/get-test-fixture"

it("example 4: kicad theme demo", async () => {
it("example 1: chip crossing schemtic", async () => {
const { circuit } = getTestFixture()

circuit.add(
Expand Down

0 comments on commit 639977a

Please sign in to comment.