test: include js-yaml senario, which fixes #148
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
require('js-yaml');
|
||||
|
||||
console.log('hello world!');
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "js-yaml-148",
|
||||
"version": "1.0.0",
|
||||
"description": "#148 js-yaml fails to work",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Jared Allard <jaredallard@outlook.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"js-yaml": "^3.5.2"
|
||||
},
|
||||
"nexe": {
|
||||
"input": "index.js",
|
||||
"output": "test.nex",
|
||||
"runtime": {
|
||||
"version": "5.5.0",
|
||||
"framework": "node"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user