Upgrade Ava to v4
This commit is contained in:
parent
9a40cc5274
commit
ce89f1b611
1153 changed files with 27264 additions and 95308 deletions
5
node_modules/ava/lib/now-and-timers.cjs
generated
vendored
Normal file
5
node_modules/ava/lib/now-and-timers.cjs
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
const timers = require('timers');
|
||||
|
||||
Object.assign(exports, timers);
|
||||
exports.now = Date.now;
|
||||
Loading…
Add table
Add a link
Reference in a new issue