Skip to content

Commit

Permalink
reverting relative path
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jul 18, 2022
1 parent afcfc80 commit dead0c9
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('../z3-built');

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

0 comments on commit dead0c9

Please sign in to comment.