Skip to content

Commit

Permalink
make interactive2 tests run as part of make test
Browse files Browse the repository at this point in the history
Summary:
We previously had interactive2 test inside the interactive2 folder.
This commit adds those to the test infrastructure already in the
top-level perseus Makefile. yay tests!

Test Plan:
    make test
    make jest

Note: make jest is currently [still] failing due to
jestjs/jest#62

Reviewers: charlie

Reviewed By: charlie

Subscribers: jlfwong

Differential Revision: http://phabricator.khanacademy.org/D11186
  • Loading branch information
Jack Toole committed Jul 16, 2014
1 parent d6e959d commit e010ca3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"beefy": "~0.6.0",
"browserify": "~3.4.1",
"jest-cli": "~0.1.15",
"jest-cli": "~0.1.17",
"jsdom": "^0.10.5",
"mocha": "^1.19.0",
"node-jsx": "^0.10.0",
Expand Down
11 changes: 0 additions & 11 deletions src/interactive2/Makefile

This file was deleted.

File renamed without changes.
@@ -1,10 +1,6 @@
// System requires
var assert = require("assert");

// Interactive2 global dependencies
global._ = require("underscore");
global.KhanUtil = require("./kmath-shim.js");

// Interactive2 requires
var _createMockMovable = require("./movable-mock.js");
var MovablePoint = require("../movable-point.js");
Expand Down
9 changes: 0 additions & 9 deletions src/interactive2/package.json

This file was deleted.

23 changes: 0 additions & 23 deletions src/interactive2/test/kmath-shim.js

This file was deleted.

0 comments on commit e010ca3

Please sign in to comment.