Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/promzard/test/simple.input')
-rw-r--r--node_modules/promzard/test/simple.input8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/promzard/test/simple.input b/node_modules/promzard/test/simple.input
deleted file mode 100644
index e49def647..000000000
--- a/node_modules/promzard/test/simple.input
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
- "a": 1 + 2,
- "b": prompt('To be or not to be?', '!2b'),
- "c": {
- "x": prompt(),
- "y": tmpdir + "/y/file.txt"
- }
-}