crafity-core
Version:
Crafity Core Framework
30 lines (24 loc) • 578 B
JavaScript
/*jslint node: true, bitwise: true, unparam: true, maxerr: 50, white: true, stupid: true */
;
/*!
* crafity-core - Crafity core helper library
* Copyright(c) 2013 Crafity
* Copyright(c) 2013 Bart Riemens
* Copyright(c) 2013 Galina Slavova
* MIT Licensed
*/
/**
* Test dependencies.
*/
var jstest = require('crafity-jstest').createContext("Crafity strings")
, assert = jstest.assert
, strings = require('../../lib/modules/crafity.strings');
/**
* Run the tests
*/
jstest.run({
"TODO..": function () {
return false;
}
});
module.exports = jstest;