Skip to content

Commit

Permalink
test: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Jun 13, 2020
1 parent 2fe4e3a commit 4e21174
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Note: this only works in environments which support the v8 stack-trace API

The source-map-support module only needs to be registered in the top-level
file(s) of an application, but it no-ops if it has already been loaded, so
there is no harm in registering it in every file.
there's no harm in registering it in every file.

You probably don't want to use this plugin when compiling code for the web
because you probably don't want to bundle source-maps and the
Expand Down
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const test = require('ava')
const Fs = require('fs')
const Path = require('path')
const Prettier = require('prettier')
const { promisify } = require('util')
const { transformAsync } = require('@babel/core')

const isDev = process.env.NODE_ENV === 'development'
Expand Down

0 comments on commit 4e21174

Please sign in to comment.