From ecf262ceeaec5e28782e770323558b3638e61155 Mon Sep 17 00:00:00 2001 From: Gregg Zigler Date: Mon, 18 Aug 2014 10:08:10 -0700 Subject: [PATCH] add skipped tests to mocha index page --- test/index.html | 2 ++ test/test.storage.File.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/index.html b/test/index.html index a22e65d6c..46e3a63ce 100644 --- a/test/index.html +++ b/test/index.html @@ -25,6 +25,8 @@ + diff --git a/test/test.storage.File.js b/test/test.storage.File.js index 38e5789f1..c6bf0f558 100644 --- a/test/test.storage.File.js +++ b/test/test.storage.File.js @@ -3,6 +3,7 @@ var chai = require('chai'); var should = chai.should(); var Storage = require('../js/models/storage/File.js'); + var sinon = require('sinon'); var crypto = require('crypto'); var CryptoJS = require('node-cryptojs-aes').CryptoJS; @@ -202,3 +203,4 @@ describe('Storage/File', function() { }); }); +