Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 8, 2020
1 parent c8edd37 commit b514778
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tap-snapshots/test-v8-to-istanbul.js-TAP.test.js
Expand Up @@ -5,7 +5,7 @@
* Make sure to inspect the output below. Do not ignore changes!
*/
'use strict'
exports[`test/v8-to-istanbul.js TAP > must match branches snapshot 1`] = `
exports['test/v8-to-istanbul.js TAP > must match branches snapshot 1'] = `
Object {
"b": Object {
"0": Array [
Expand Down Expand Up @@ -780,7 +780,7 @@ Object {
}
`

exports[`test/v8-to-istanbul.js TAP > must match functions snapshot 1`] = `
exports['test/v8-to-istanbul.js TAP > must match functions snapshot 1'] = `
Object {
"b": Object {
"0": Array [
Expand Down Expand Up @@ -1761,7 +1761,7 @@ Object {
}
`

exports[`test/v8-to-istanbul.js TAP > must match mixed new lines snapshot 1`] = `
exports['test/v8-to-istanbul.js TAP > must match mixed new lines snapshot 1'] = `
Object {
"b": Object {
"0": Array [
Expand Down Expand Up @@ -1867,7 +1867,7 @@ Object {
}
`

exports[`test/v8-to-istanbul.js TAP > must match shebang snapshot 1`] = `
exports['test/v8-to-istanbul.js TAP > must match shebang snapshot 1'] = `
Object {
"b": Object {
"0": Array [
Expand Down Expand Up @@ -2028,7 +2028,7 @@ Object {
}
`

exports[`test/v8-to-istanbul.js TAP > must match source-map and minified source snapshot 1`] = `
exports['test/v8-to-istanbul.js TAP > must match source-map and minified source snapshot 1'] = `
Object {
"b": Object {
"0": Array [
Expand Down Expand Up @@ -2730,7 +2730,7 @@ Object {
}
`

exports[`test/v8-to-istanbul.js TAP > must match source-map with multiple source files snapshot 1`] = `
exports['test/v8-to-istanbul.js TAP > must match source-map with multiple source files snapshot 1'] = `
Object {
"b": Object {},
"branchMap": Object {},
Expand Down

0 comments on commit b514778

Please sign in to comment.