Skip to content

Commit

Permalink
[tests] use tape-dom for browser tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 1, 2015
1 parent d862fd1 commit 0cf625c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -43,6 +43,7 @@
},
"devDependencies": {
"tape": "^4.2.1",
"tape-dom": "^0.0.10",
"testling": "^1.7.1",
"covert": "^1.1.0",
"jscs": "^2.3.4",
Expand Down
4 changes: 4 additions & 0 deletions test-browser.js
@@ -1,5 +1,9 @@
(function () {
"use strict";
var tape = require('tape');
var tapeDOM = require('tape-dom');
tapeDOM.installCSS();
tapeDOM.stream(tape);

require('./test/test-fields');
// require('./test/test-form'); // disabled until server-specific tests are split out
Expand Down

0 comments on commit 0cf625c

Please sign in to comment.