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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-12 22:13:21 +0300
committerGitHub <noreply@github.com>2019-02-12 22:13:21 +0300
commit328cc0e725a842b7fa0dcda3dc8053b4d40618bc (patch)
treee166f95ba468dc5fc1358e5ce771cfb248d9f681 /test
parent181c865330b12db18afc8709f900c44347245189 (diff)
Remove warning if RFS is included more than once (#73)
Diffstat (limited to 'test')
-rw-r--r--test/lib/tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/tests.js b/test/lib/tests.js
index b5170f1..361b0bf 100644
--- a/test/lib/tests.js
+++ b/test/lib/tests.js
@@ -37,6 +37,6 @@ module.exports = [
},
{
id: 'test-10',
- name: 'Include mixins multiple times (Should throw a warning for SCSS & Stylus and not fail for less & PostCSS)'
+ name: 'Include mixins multiple times'
},
];