Timeline: repair oldest/newest metrics if we fetch nothing

This commit is contained in:
Scott Nonnenberg
2020-12-04 12:41:40 -08:00
committed by GitHub
parent 56ae4a41eb
commit 6832b8acca
47 changed files with 579 additions and 173 deletions

11
ts/test-node/tslint.json Normal file
View File

@@ -0,0 +1,11 @@
{
"defaultSeverity": "error",
"extends": ["../../tslint.json"],
"rules": {
// To allow the use of devDependencies here
"no-implicit-dependencies": false,
// All tests use arrow functions, and they can be long
"max-func-body-length": false
}
}