Navigation Menu

Skip to content

Commit

Permalink
Rename test from gfm to polar-bear
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 29, 2019
1 parent c9369e9 commit ea83798
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,12 +1,12 @@
var Attendant = require('turndown-attendant')
var TurndownService = require('turndown')
var gfm = require('../lib/turndown-plugin-gfm.cjs').gfm
var bear = require('../lib/turndown-plugin-polar-bear.cjs').bear

var attendant = new Attendant({
file: __dirname + '/index.html',
TurndownService: TurndownService,
beforeEach: function (turndownService) {
turndownService.use(gfm)
turndownService.use(bear)
}
})

Expand Down

0 comments on commit ea83798

Please sign in to comment.