Skip to content

Commit fedd327

Browse files
committed
rm unnecessary ts-ignore
1 parent ff0fcf9 commit fedd327

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { decodeBase64Unicode } from '@packages/frontend-shared/src/utils/base64'
22

33
export function getRunnerConfigFromWindow () {
4-
// @ts-ignore
54
return JSON.parse(decodeBase64Unicode(window.__CYPRESS_CONFIG__?.base64Config)) as Cypress.Config
65
}

0 commit comments

Comments
 (0)