fix lint
This commit is contained in:
parent
f4c38ca6f3
commit
6abb978eae
|
|
@ -118,44 +118,44 @@ test('should generate separate actual results for repeating names', async ({ run
|
||||||
}
|
}
|
||||||
expect(attachments).toEqual([
|
expect(attachments).toEqual([
|
||||||
{
|
{
|
||||||
"name": "foo-expected.txt",
|
'name': 'foo-expected.txt',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/foo.txt"
|
'path': 'golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/foo.txt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "foo-actual.txt",
|
'name': 'foo-actual.txt',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "a-is-a-test/foo-actual.txt"
|
'path': 'a-is-a-test/foo-actual.txt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "foo-expected.txt-1",
|
'name': 'foo-expected.txt-1',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/foo.txt"
|
'path': 'golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/foo.txt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "foo-actual.txt-1",
|
'name': 'foo-actual.txt-1',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "a-is-a-test/foo-actual.txt-1"
|
'path': 'a-is-a-test/foo-actual.txt-1'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bar/baz-expected.txt",
|
'name': 'bar/baz-expected.txt',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/bar/baz.txt"
|
'path': 'golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/bar/baz.txt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bar/baz-actual.txt",
|
'name': 'bar/baz-actual.txt',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "a-is-a-test/bar-baz-actual.txt"
|
'path': 'a-is-a-test/bar-baz-actual.txt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bar/baz-expected.txt-1",
|
'name': 'bar/baz-expected.txt-1',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/bar/baz.txt"
|
'path': 'golden-should-generate-separate-actual-results-for-repeating-names-playwright-test/a.spec.js-snapshots/bar/baz.txt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bar/baz-actual.txt-1",
|
'name': 'bar/baz-actual.txt-1',
|
||||||
"contentType": "text/plain",
|
'contentType': 'text/plain',
|
||||||
"path": "a-is-a-test/bar-baz-actual.txt-1"
|
'path': 'a-is-a-test/bar-baz-actual.txt-1'
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue