Skip to content

Commit

Permalink
test(nits): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyukikashiro committed May 3, 2020
1 parent 282a259 commit fcdc40c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/link/canonical.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cheerio = require('cheerio')
const assert = require('../../test/assert')
const assert = require('../assert')
const canonical = require('../../lib/link/canonical')
const htmlFactory = require('../../test/html')
const htmlFactory = require('../html')

describe('canonical', function () {
const head = '<link rel="canonical" href="https://example.com/test/article/">'
Expand Down
4 changes: 2 additions & 2 deletions test/link/preload.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cheerio = require('cheerio')
const assert = require('../../test/assert')
const assert = require('../assert')
const canonical = require('../../lib/link/preload')
const htmlFactory = require('../../test/html')
const htmlFactory = require('../html')

describe('preload', function () {
describe('If there is link tag for preloading script', function () {
Expand Down

0 comments on commit fcdc40c

Please sign in to comment.