Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 23, 2023
1 parent 40824fa commit f351ba1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/web-runtime/tests/unit/helpers/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ describe('config file loading and error reporting', () => {
})
describe('config with an trailing comma', () => {
it('should throw an exception', function () {
fetchMock.mockResponseOnce(
'"title": { "en": "Classic Design", "de": "Dateien", },'
)
fetchMock.mockResponseOnce('"title": { "en": "Classic Design", "de": "Dateien", },')
return expect(loadConfig).rejects.toThrow(
'config could not be parsed. ' +
'FetchError: invalid json response body at ' +
Expand Down

0 comments on commit f351ba1

Please sign in to comment.