mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 07:05:24 +00:00
update test
This commit is contained in:
@@ -422,7 +422,7 @@ function run(env) {
|
|||||||
if (env === 'production') {
|
if (env === 'production') {
|
||||||
describe('export', () => {
|
describe('export', () => {
|
||||||
it('export all pages', () => {
|
it('export all pages', () => {
|
||||||
const dest = path.resolve(__dirname, '../app/dist');
|
const dest = path.resolve(__dirname, '../app/export');
|
||||||
|
|
||||||
// Pages that should show up in the extraction directory.
|
// Pages that should show up in the extraction directory.
|
||||||
const expectedPages = [
|
const expectedPages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user