Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 31, 2015
1 parent 5760256 commit ff1c77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/test/aTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ describe("a-test", function() {
var module = require("../fixtures/file.js");
if(!module.ok) throw new Error("module didn't export ok");
});

it("should use loaders", function() {
var module = require("../fixtures/file.coffee");
if(!module.ok) throw new Error("module didn't export ok");
});

it("should allow chunks", function(done) {
var test = true;
require.ensure(["../fixtures/file.js?1"], function(require) {
Expand Down

0 comments on commit ff1c77a

Please sign in to comment.