Skip to content

Commit

Permalink
Update test.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 6, 2020
1 parent 0a48b23 commit b7ffd1c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/test.coffee
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Test our plugin using DocPad's Testers
require('docpad').require('testers')
require('docpad-plugintester')
.test(
{
# Test Configuration
testerName: 'cleanurls development environment'
pluginPath: __dirname+'/..'
removeWhitespace: true
},
{
Expand All @@ -16,7 +15,6 @@ require('docpad').require('testers')
{
# Test Configuration
testerName: 'cleanurls development environment with trailing slashes'
pluginPath: __dirname+'/..'
removeWhitespace: true
},
{
Expand All @@ -31,12 +29,11 @@ require('docpad').require('testers')
{
# Test Configuration
testerName: 'cleanurls static environment'
pluginPath: __dirname+'/..'
outExpectedPath: __dirname+'/../test/out-expected-static'
removeWhitespace: true
},
{
# DocPad Configuration
env: 'static'
}
)
)

0 comments on commit b7ffd1c

Please sign in to comment.