aboutsummaryrefslogtreecommitdiff
path: root/examples/content/shello_cucumber
diff options
context:
space:
mode:
Diffstat (limited to 'examples/content/shello_cucumber')
-rw-r--r--examples/content/shello_cucumber/hello.js1
-rw-r--r--examples/content/shello_cucumber/index.json6
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/content/shello_cucumber/hello.js b/examples/content/shello_cucumber/hello.js
new file mode 100644
index 0000000..b285094
--- /dev/null
+++ b/examples/content/shello_cucumber/hello.js
@@ -0,0 +1 @@
+console.log("hello, cucumber!");
diff --git a/examples/content/shello_cucumber/index.json b/examples/content/shello_cucumber/index.json
new file mode 100644
index 0000000..788d51e
--- /dev/null
+++ b/examples/content/shello_cucumber/index.json
@@ -0,0 +1,6 @@
+{
+"type" : "script",
+"name" : "hello_cucumber",
+"sha256" : "1d65dda24c08e928cfd06a98b57def4599ff4cfe85e01e517d852a87feb03111",
+"location" : "hello.js"
+}