From ed881a4956eb0d8310ae29c863358c877b9638e7 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Sun, 2 Oct 2022 17:39:15 +0300 Subject: [PATCH] test: remove redundant browsersync test --- test/test-todisk.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/test/test-todisk.js b/test/test-todisk.js index 0cea9cd0..56e61c1a 100644 --- a/test/test-todisk.js +++ b/test/test-todisk.js @@ -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: {