Skip to content

Commit

Permalink
fix the path to ../build/z3-built
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jul 21, 2022
1 parent dc95659 commit a66095b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/js/src/jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @ts-ignore no-implicit-any
import { createApi, Z3HighLevel } from './high-level';
import { init as initWrapper, Z3LowLevel } from './low-level';
import initModule = require('../z3-built');
import initModule = require('../build/z3-built');

export * from './high-level/types';
export { Z3Core, Z3LowLevel } from './low-level';
Expand Down

0 comments on commit a66095b

Please sign in to comment.