replace jest with ava

This commit is contained in:
Robert Brignull 2020-05-04 18:50:13 +01:00
parent 27cc8b23fe
commit 0347b72305
11775 changed files with 84546 additions and 1440575 deletions

View file

@ -1,17 +0,0 @@
{
"name": "@babel/helper-validator-identifier",
"version": "7.9.0",
"description": "Validate identifier/keywords name",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-validator-identifier",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"exports": "./lib/index.js",
"devDependencies": {
"charcodes": "^0.2.0",
"unicode-13.0.0": "^0.8.0"
},
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02"
}