UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

8 lines (7 loc) 275 B
var assert = require('assert'); var injection = require('../services/injection.js'); var fs = require('fs'); var integrationTests = require('./integration-test'); exports.helloWorldTest = function (test) { integrationTests(test, 'hello-world', function () {}); };