Skip to content

Commit

Permalink
Remove unnecessary fs import
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Mar 13, 2019
1 parent ee6d19f commit ff42b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/parcel-bundler/test/sourcemaps.js
@@ -1,5 +1,4 @@
const assert = require('assert');
const fs = require('@parcel/fs');
const SourceMap = require('../src/SourceMap');

describe('sourcemaps', function() {
Expand Down

0 comments on commit ff42b1b

Please sign in to comment.