Skip to content

Commit

Permalink
test: Migrated redis versioned tests to node:test
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Nov 12, 2024
1 parent a901a24 commit 3bf44c6
Show file tree
Hide file tree
Showing 8 changed files with 725 additions and 692 deletions.
8 changes: 4 additions & 4 deletions test/versioned/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"redis": ">=3.1.0 < 4.0.0"
},
"files": [
"redis.tap.js"
"redis.test.js"
]
},
{
Expand All @@ -23,9 +23,9 @@
"redis": ">=4.0.0"
},
"files": [
"redis-v4.tap.js",
"redis-v4-legacy-mode.tap.js",
"tls.tap.js"
"redis-v4.test.js",
"redis-v4-legacy-mode.test.js",
"tls.test.js"
]
}
]
Expand Down
258 changes: 0 additions & 258 deletions test/versioned/redis/redis-v4-legacy-mode.tap.js

This file was deleted.

Loading

0 comments on commit 3bf44c6

Please sign in to comment.