Archived
1
0

Re-enable update tests

This commit is contained in:
Asher
2021-05-03 17:39:59 -05:00
parent 10babb4a0c
commit 8b2c78c4a4
2 changed files with 26 additions and 16 deletions

View File

@ -77,6 +77,9 @@ export const getOptions = <T extends Options>(): T => {
options = {} as T
}
// You can also pass options in stringified form to the options query
// variable. Options provided here will override the ones in the options
// element.
const params = new URLSearchParams(location.search)
const queryOpts = params.get("options")
if (queryOpts) {