Skip to content

Commit

Permalink
test: remove redundant browsersync test
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Oct 2, 2022
1 parent 2354af9 commit ed881a4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/test-todisk.js
Expand Up @@ -401,24 +401,6 @@ test('warns if a template cannot be rendered and `fail` option is `silent`', asy
t.false(files.includes('empty.html'))
})

test('spins up local development server', async t => {
await Maizzle.serve('local', {
build: {
browsersync: {
ui: false
},
templates: {
source: 'test/stubs/templates',
destination: {
path: t.context.folder
}
}
}
})

t.true(await fs.pathExists(t.context.folder))
})

test('local server does not compile unwanted file types', async t => {
await Maizzle.serve('local', {
build: {
Expand Down

0 comments on commit ed881a4

Please sign in to comment.