Skip to content

Commit e296c75

Browse files
authored
Remove only
1 parent d9cbc99 commit e296c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const looksSame = promisify(require('looks-same'))
2020

2121
describe('.screenshot', () => {
2222
describe('format', () => {
23-
it.only('png', async () => {
23+
it('png', async () => {
2424
const browserless = createBrowserless()
2525
const tmp = await browserless.screenshot('http://example.com')
2626
const isEqual = await looksSame('test/example.png', tmp.path)

0 commit comments

Comments
 (0)