Skip to content

Commit

Permalink
chore(lavapack): fix dep check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 11, 2023
1 parent 70a2875 commit fe9e6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lavapack/test/sourcemaps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// to be migrated into lavapack from lavamoat-browserify

const test = require('ava')
const UglifyJS = require('uglify-js')
const { SourceMapConsumer } = require('source-map')
// const UglifyJS = require('uglify-js')
// const { SourceMapConsumer } = require('source-map')

test.skip('sourcemaps - adjust maps for wrapper', async (t) => {
const { wrapIntoModuleInitializer } = require('../src/sourcemaps')
Expand Down

0 comments on commit fe9e6eb

Please sign in to comment.