@depup/fakeredis 2.0.0-depup.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/runtest ADDED
@@ -0,0 +1,10 @@
1
+ #!/bin/sh
2
+
3
+ set -e
4
+
5
+ echo "Running fakeredis test suite ..."
6
+ node test
7
+
8
+ # node_redis tests subset
9
+ echo "Running the compatible subset of the node_redis test suite ..."
10
+ node redis.test