improved gulpfile

This commit is contained in:
Kevin Jahns
2015-06-16 14:36:00 +02:00
parent 159f37474d
commit f99853529e
12 changed files with 117 additions and 71 deletions

View File

@@ -3,6 +3,6 @@
describe("A suite", function() {
it("contains spec with an expectation", function() {
expect(new Buffer(3)).toBe(true);
expect(true).toBe(true);
});
});