Skip to content

Commit

Permalink
Fix require in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bucaran committed Feb 8, 2017
1 parent 6eaa207 commit cadc489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global describe, test, expect */

const { app, html } = require("../hx")
const { app, html } = require("../")

describe("App", () => {

Expand Down

0 comments on commit cadc489

Please sign in to comment.