Skip to content

Commit

Permalink
lower version node compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lsycxyj committed Jul 26, 2018
1 parent 2b353a8 commit 933854a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/main_spec.js
Expand Up @@ -2,7 +2,8 @@
"use strict";
var urldata = require("../"),
should = require("should"),
{ expect } = require("chai");
chai = require("chai"),
expect = chai.expect;

describe("urldata", function(){
it("check urldata simple url", function(){
Expand Down

0 comments on commit 933854a

Please sign in to comment.