Skip to content

Commit cfda163

Browse files
committed
forgot to bump mockServiceWorker.js (no actual changes)
1 parent 4792105 commit cfda163

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mockServiceWorker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/* tslint:disable */
33

44
/**
5-
* Mock Service Worker (2.0.10).
5+
* Mock Service Worker (2.1.7).
66
* @see https://github.com/mswjs/msw
77
* - Please do NOT modify this file.
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const INTEGRITY_CHECKSUM = 'c5f7f8e188b673ea4e677df7ea3c5a39'
11+
const INTEGRITY_CHECKSUM = '223d191a56023cd36aa88c802961b911'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()
1414

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@
132132
"not IE 11"
133133
],
134134
"msw": {
135-
"workerDirectory": ""
135+
"workerDirectory": [
136+
""
137+
]
136138
},
137139
"lint-staged": {
138140
"*.{js,ts,tsx,json}": "eslint --cache --fix"

0 commit comments

Comments
 (0)