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

Commit

Permalink
test: Removed v1 versioned tests (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan authored Apr 1, 2024
1 parent 69f41cd commit 53e78bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
57 changes: 0 additions & 57 deletions tests/versioned/koa-v1.tap.js

This file was deleted.

19 changes: 0 additions & 19 deletions tests/versioned/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,6 @@
"version": "0.0.0",
"private": true,
"tests": [
{
"engines": {
"node": ">=16"
},
"dependencies": {
"koa": {
"versions": "^1.5.0",
"samples": 5
}
},
"files": [
"koa-v1.tap.js"
],
"notes": [
"Koa <2.5.2 had debug as a wide-open dependency (semver check was `*`).",
"Debug v4 dropped support for Node <6, thus rendering these older versions",
"of Koa inoperable on Node <6."
]
},
{
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 53e78bc

Please sign in to comment.