set testing

This commit is contained in:
coderaiser 2012-06-11 12:30:31 +00:00
parent c345ef2f5a
commit 868b346d82
3 changed files with 20 additions and 0 deletions

13
mnemonia.manifest.yml Normal file
View file

@ -0,0 +1,13 @@
---
applications:
.:
url:
framework:
name: node
runtime: node06
info:
mem: NaNG
description: Node.JS Application
exec:
mem: NaNG
instances: 1

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "cloudcmd",
"version": "0.0.1",
"scripts":{"test":"test/test.js"}
}

1
test/test.js Normal file
View file

@ -0,0 +1 @@
console.log('all good');