Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Clean up browser compatibility test file
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Jan 3, 2017
1 parent b7d7f1f commit c347699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"devDependencies": {
"chai": "^3.0.0",
"ecmascript-version-detector": "^1.0.3",
"glob": "^7.1.1",
"mocha": "^3.0.0",
"nock": "^9.0.2",
"publish-please": "^2.1.4",
Expand Down
1 change: 0 additions & 1 deletion test/browser-compatibility.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'

const parseEcmascriptVersion = require('ecmascript-version-detector').parse
const ReadableStream = require('stream').Readable
const glob = require('glob').sync
const fs = require('fs')
const path = require('path')
Expand Down

0 comments on commit c347699

Please sign in to comment.