Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

test: drop this useless test #141

Merged
merged 1 commit into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"ava": "^2.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
Expand All @@ -82,17 +81,7 @@
"lint": "eslint lib || true",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"start": "node lib-es5/upload.js",
"test": "ava"
},
"ava": {
"failFast": true,
"files": [
"test/*.test.js"
],
"require": [
"@babel/register"
]
"start": "node lib-es5/upload.js"
},
"prettier": {
"singleQuote": true
Expand Down
26 changes: 0 additions & 26 deletions test/log-mock.js

This file was deleted.

21 changes: 0 additions & 21 deletions test/patches.json

This file was deleted.

195 changes: 0 additions & 195 deletions test/upload.test.js

This file was deleted.

Loading