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:
authorjeroenvalcke <valcke_jeroen@hotmail.com>2017-11-15 20:50:50 +0300
committerjeroenvalcke <valcke_jeroen@hotmail.com>2017-11-15 20:50:50 +0300
commitfc9787244c3e0a56f6e6b5c481778a8ebe751c38 (patch)
tree50991e362db1d72ed4acc358d83081b5f011c80b
parent65c7d3345da20a9388ae881db69e9f9b62cfa63d (diff)
Add line end
-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");
});
};