kopia lustrzana https://github.com/badgen/badgen.net
chore: update chrome web store api checker
rodzic
678cca7ab9
commit
7d689b4ee5
|
@ -17,7 +17,7 @@ async function testUpstreams (tests) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function chromeWebStoreVersion () {
|
async function chromeWebStoreVersion () {
|
||||||
const expected = '20200420'
|
const expected = '20200924'
|
||||||
const actual = await chromeWebStore.version()
|
const actual = await chromeWebStore.version()
|
||||||
|
|
||||||
assert.equal(actual, expected, 'Chrome Web Store api version is bumped')
|
assert.equal(actual, expected, 'Chrome Web Store api version is bumped')
|
||||||
|
|
Ładowanie…
Reference in New Issue