Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Sep 5, 2024
1 parent 01aeec3 commit c66af51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/generated/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file is autogenerated by the hyperdb compiler
/* eslint-disable camelcase */

const { IndexEncoder, c } = require('hyperdb/runtime')
const { IndexEncoder, c } = require('../../../runtime')

const { version, resolveStruct } = require('./messages.js')

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/generated/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* eslint-disable quotes */

const VERSION = 1
const { c } = require('hyperdb/runtime')
const { c } = require('../../../runtime')

// eslint-disable-next-line no-unused-vars
let version = VERSION
Expand Down

0 comments on commit c66af51

Please sign in to comment.