git-upstream-template
Version:
Synchronize git templates generated by GitHub as if they were forks
12 lines • 362 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var chai = require("chai");
var mocha = require("mocha");
var describe = mocha.describe, it = mocha.it;
var expect = chai.expect;
describe('Basic test', function () {
it('should pass', function () {
expect(true).to.be.true;
});
});
//# sourceMappingURL=test.spec.js.map