Skip to content

Commit

Permalink
test: don't break when running in buffered mode
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 17, 2019
1 parent f1979a9 commit fe466f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -853,7 +853,7 @@ t.test('snapshots', t => {
name: 'deleteme',
buffered: true
})
tt.test('child test', { snapshot: snap }, tt => {
tt.test('child test', { snapshot: snap, buffered: false }, tt => {
tt.matchSnapshot({ foo: 'bar' }, 'an object')
tt.matchSnapshot('some string \\ \` ${process.env.FOO}', 'string')
tt.matchSnapshot('do this eventually', { todo: 'later' })
Expand Down

0 comments on commit fe466f5

Please sign in to comment.