chocolate
Version:
A full stack Node.js web framework built using Coffeescript
14 lines (12 loc) • 365 B
JavaScript
// Generated by CoffeeScript 1.12.6
(function() {
if (typeof window === "undefined" || window === null) {
describe('Specolate', function() {
return it('should allow to test a module', function() {
var Path;
Path = require('path');
return expect(Path.extname('test.coffee')).toBe('.coffee');
});
});
}
}).call(this);