Skip to content

Commit

Permalink
Upgrade prettier to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Oct 31, 2022
1 parent f2c548e commit 4e29ee0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
15 changes: 5 additions & 10 deletions lib/match.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,18 +520,15 @@ describe("match", function () {
{
end: "2019-08-07T18:00:00Z",
geoAvailability: {
resId:
"http://id.nrk.no/2015/guri/IPRights/geoavailability/NORGE",
resId: "http://id.nrk.no/2015/guri/IPRights/geoavailability/NORGE",
title: "NORGE",
},
resId:
"http://id.nrk.no/2015/guri/68cc0a15-2be1-4666-984f-b421b415326d/publicationEvent/0",
resId: "http://id.nrk.no/2015/guri/68cc0a15-2be1-4666-984f-b421b415326d/publicationEvent/0",
start: "2015-04-03T14:00:00Z",
},
{
geoAvailability: {
resId:
"http://id.nrk.no/2015/guri/IPRights/geoavailability/NRK",
resId: "http://id.nrk.no/2015/guri/IPRights/geoavailability/NRK",
title: "NRK",
},
resId: "x-test:pubEvent-1",
Expand All @@ -541,8 +538,7 @@ describe("match", function () {
var set2 = createSet([
{
geoAvailability: {
resId:
"http://id.nrk.no/2015/guri/IPRights/geoavailability/NRK",
resId: "http://id.nrk.no/2015/guri/IPRights/geoavailability/NRK",
title: "NRK",
},
resId: "x-test:pubEvent-1",
Expand All @@ -551,8 +547,7 @@ describe("match", function () {
{
end: "2019-08-07T18:00:00Z",
geoAvailability: {
resId:
"http://id.nrk.no/2015/guri/IPRights/geoavailability/NORGE",
resId: "http://id.nrk.no/2015/guri/IPRights/geoavailability/NORGE",
title: "NORGE",
},
start: "2015-04-03T14:00:00Z",
Expand Down
17 changes: 10 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"mocha": "^10.1.0",
"mochify": "^9.2.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"prettier": "^2.7.1",
"proxyquire": "^2.1.3",
"proxyquire-universal": "^2.1.0",
"proxyquireify": "^3.2.1",
Expand Down

0 comments on commit 4e29ee0

Please sign in to comment.