1
0
Fork 0
arangodb/js/server/modules/@arangodb/foxx/templates/test.js.tmpl

10 lines
189 B
Cheetah

/*global describe, it */
'use strict';
const expect = require('chai').expect;
describe('science', function () {
it('works', function () {
expect(true).not.to.equal(false);
});
});