mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 06:22:42 -08:00
build(ts): enable noUncheckedIndexedAccess and isolatedModules
This commit is contained in:
@@ -83,5 +83,5 @@ test('overlay measurement store rate-limits invalid payload warnings', () => {
|
||||
now = 11_000;
|
||||
store.report({ layer: 'visible' });
|
||||
assert.equal(warnings.length, 1);
|
||||
assert.match(warnings[0], /Dropped 3 invalid measurement payload/);
|
||||
assert.match(warnings[0]!, /Dropped 3 invalid measurement payload/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user