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

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/css_flip_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/css_flip_test.js b/test/css_flip_test.js
index cf29a53..869ab00 100644
--- a/test/css_flip_test.js
+++ b/test/css_flip_test.js
@@ -44,5 +44,5 @@ exports.cssflip = {
test.equal(actual, expected, 'should flip the CSS while honoring the custom indentation specified in the options.');
test.done();
- },
+ }
};