Skip to content

Commit 0fd0b6b

Browse files
committed
Remove test.only
1 parent 9fa3112 commit 0fd0b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Result from '../lib/result'
88

99
var fixtures = path.resolve.bind(path, __dirname, 'fixtures')
1010

11-
test.only('main', function(t) {
11+
test('main', function(t) {
1212
let unchanged = '.b{c:url(http://a);d:url(data:image/png;base64,,,)}'
1313
let body = unchanged + '.a{ background-image: url("images/octocat_setup.png") url(images/octocat_fork.png); }'
1414
let expectedBody = [ unchanged + '.a{background-image:url(', ')url(../images/octocat_fork.png);}' ]

0 commit comments

Comments
 (0)