We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa3112 commit 0fd0b6bCopy full SHA for 0fd0b6b
test/main.js
@@ -8,7 +8,7 @@ import Result from '../lib/result'
8
9
var fixtures = path.resolve.bind(path, __dirname, 'fixtures')
10
11
-test.only('main', function(t) {
+test('main', function(t) {
12
let unchanged = '.b{c:url(http://a);d:url(data:image/png;base64,,,)}'
13
let body = unchanged + '.a{ background-image: url("images/octocat_setup.png") url(images/octocat_fork.png); }'
14
let expectedBody = [ unchanged + '.a{background-image:url(', ')url(../images/octocat_fork.png);}' ]
0 commit comments