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

26
node_modules/fast-diff/package.json generated vendored Normal file
View file

@ -0,0 +1,26 @@
{
"name": "fast-diff",
"version": "1.2.0",
"description": "Fast Javascript text diff",
"author": "Jason Chen <jhchen7@gmail.com>",
"main": "diff.js",
"types": "diff.d.ts",
"devDependencies": {
"lodash": "~3.9.3",
"seedrandom": "~2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jhchen/fast-diff"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
},
"scripts": {
"test": "node test.js"
},
"license": "Apache-2.0",
"keywords": [
"diff"
]
}