Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit bdb1e3a

Browse files
committed
Fix: Make tests actually work (fixes #6)
1 parent cff515b commit bdb1e3a

File tree

4 files changed

+2
-268
lines changed

4 files changed

+2
-268
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"devDependencies": {
2929
"chai": "^1.10.0",
3030
"dateformat": "^1.0.11",
31-
"eslint": "2.0.0-beta.1",
32-
"eslint-config-eslint": "^2.0.0",
31+
"eslint": "^2.2.0",
32+
"eslint-config-eslint": "^3.0.0",
3333
"istanbul": "~0.2.6",
3434
"leche": "^1.0.1",
3535
"mocha": "^2.0.1",

tests/lib/attach-comments.js

-98
This file was deleted.

tests/lib/ecma-features.js

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ var assert = require("chai").assert,
3636
parser = require("../../parser"),
3737
shelljs = require("shelljs");
3838

39-
// var parser = require("esprima-fb");
4039
//------------------------------------------------------------------------------
4140
// Setup
4241
//------------------------------------------------------------------------------

tests/lib/tokenize.js

-167
This file was deleted.

0 commit comments

Comments
 (0)