File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ describe(`Example Tests`, function() {
99
99
await page . evaluate ( ( ) => {
100
100
window . $docsify = {
101
101
el : '#app' ,
102
- basePath : '/docs' ,
102
+ basePath : '/docs/ ' ,
103
103
themeColor : 'red' ,
104
104
} ;
105
105
} ) ;
@@ -182,12 +182,12 @@ describe(`Example Tests`, function() {
182
182
` ,
183
183
} ,
184
184
routes : {
185
- '/ test.md' : `
185
+ 'test.md' : `
186
186
# Test Page
187
187
188
188
This is a custom route.
189
189
` ,
190
- '/ data-test-scripturls.js' : `
190
+ 'data-test-scripturls.js' : `
191
191
document.body.setAttribute('data-test-scripturls', 'pass');
192
192
` ,
193
193
} ,
@@ -196,7 +196,7 @@ describe(`Example Tests`, function() {
196
196
` ,
197
197
scriptURLs : [
198
198
// docsifyInit() route
199
- '/ data-test-scripturls.js' ,
199
+ 'data-test-scripturls.js' ,
200
200
// Server route
201
201
'/lib/plugins/search.min.js' ,
202
202
] ,
You can’t perform that action at this time.
0 commit comments