Skip to content

Instantly share code, notes, and snippets.

View scharf's full-sized avatar

Michael Scharf scharf

View GitHub Profile
@scharf
scharf / app-ntest.js
Created April 2, 2015 14:35
require all tests
'use strict';
// to get intellij navigation correctly, we need
// static imports. Therefore we dynamically create
// a test file that imports all tests we want to run...
var globule = require('globule');
var path = require('path');
var fs = require('fs');