Skip to content

Commit

Permalink
ci: Fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
28Smiles committed Jul 13, 2022
1 parent 9a17e36 commit 1e39851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wasm/quantum-simulator.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {controlled_pauli_x, GateBuilder, hadamard, measurement_z, pauli_z} from "../../pkg.nodejs/qukit";
import {controlled_pauli_x, GateBuilder, hadamard, measurement_z, pauli_z} from "../../pkg";

function bvAlgorithm(hidden: boolean[]) {
const builder = new GateBuilder();
Expand Down

0 comments on commit 1e39851

Please sign in to comment.