mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
use code-splitting etc
This commit is contained in:
@@ -25,7 +25,7 @@ Nightmare.action('prefetchRoutes', function(done) {
|
||||
this.evaluate_now(() => window.prefetchRoutes(), done);
|
||||
});
|
||||
|
||||
const cli = path.resolve(__dirname, '../../cli.js');
|
||||
const cli = path.resolve(__dirname, '../../sapper');
|
||||
|
||||
describe('sapper', function() {
|
||||
process.chdir(path.resolve(__dirname, '../app'));
|
||||
|
||||
Reference in New Issue
Block a user