Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testLib/sharedTestCases.js')
-rw-r--r--testLib/sharedTestCases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testLib/sharedTestCases.js b/testLib/sharedTestCases.js
index 941b971..c7bb446 100644
--- a/testLib/sharedTestCases.js
+++ b/testLib/sharedTestCases.js
@@ -400,7 +400,7 @@ module.exports = function () {
var b = new BClass();
expect(b.prop1).to.equal("B");
- expect(b.prop2).to.equal("something")
+ expect(b.prop2).to.equal("something");
});
};