test: fix typings for DoneFn
(#25163)
This also fixes CI tests, which were accidentally broken in #24663. PR Close #25163
This commit is contained in:

committed by
Igor Minar

parent
36a7705a44
commit
39abe7b7c1
@ -29,7 +29,7 @@ describe('largeform benchmark perf', () => {
|
||||
|
||||
[CreateAndDestroyWorker].forEach((worker) => {
|
||||
describe(worker.id, () => {
|
||||
it('should run for ng2', (done: any) => {
|
||||
it('should run for ng2', done => {
|
||||
runLargeFormBenchmark({
|
||||
id: `largeform.ng2.${worker.id}`,
|
||||
url: 'all/benchmarks/src/largeform/ng2/index.html',
|
||||
|
Reference in New Issue
Block a user