We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beadfa commit 27093ffCopy full SHA for 27093ff
template/package-scripts.js
@@ -24,7 +24,7 @@ module.exports = {
24
pretest: concurrent.nps('lint', 'build', 'pretest-redis'),
25
// <https://stackoverflow.com/a/16974060/3586413>
26
pretestRedis:
27
- "redis-cli EVAL \"return redis.call('del', 'defaultKey', unpack(redis.call('keys', ARGV[1])))\" 0 limit_test:*",
+ "redis-cli EVAL \"return redis.call('del', 'defaultKey', unpack(redis.call('keys', ARGV[1])))\" 0 *_limit_test:*",
28
29
test: 'ava',
30
testCoverage: series('nps pretest', 'nyc ava'),
0 commit comments