From 602b6af8cc050368218f51d1e9814c6903fb1a18 Mon Sep 17 00:00:00 2001 From: sunnylost Date: Tue, 22 Aug 2017 14:55:32 +0800 Subject: [PATCH] make \ No newline at end of file diff --git a/test/test.js b/test/test.js index 3d4bede..ca76a6c 100644 --- a/test/test.js +++ b/test/test.js @@ -63,7 +63,8 @@ function test(name) { 'pug', 'less', 'style', - 'stylus' + 'stylus', + 'external-script' ].indexOf(name) > -1) { var css = read('expects/' + name + '.css') assert.equal(css.trim(), actualCss.trim(), 'should output style tag content')