Skip to content

Commit f39e07c

Browse files
committed
Add e2e test for new Jest test framework
1 parent f3362ee commit f39e07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/index-file.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const docsifyInit = require('../helpers/docsify-init');
22

33
describe(`Index file hosting`, function() {
44
const sharedConfig = {
5-
basePath: `${TEST_HOST}/docs/index.html`,
5+
basePath: `${TEST_HOST}/docs/index.html#/`,
66
};
77

88
test('should serve from index file', async () => {

0 commit comments

Comments
 (0)