Newer
Older
var config = module.exports;
config["tests"] = {
rootPath: '../',
environment: 'node',
sources: ['simplex-noise.js'],
tests: ['test/*-test.js']
};
var config = module.exports;
config["tests"] = {
rootPath: '../',
environment: 'node',
sources: ['simplex-noise.js'],
tests: ['test/*-test.js']
};