File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ describe('new', () => {
87
87
} ) ;
88
88
} ) ;
89
89
90
- it ( 'slug(2) ' , ( ) => {
90
+ it ( 'slug - s ' , ( ) => {
91
91
const date = moment ( now ) ;
92
92
const path = pathFn . join ( hexo . source_dir , '_posts' , 'foo.md' ) ;
93
93
const body = [
@@ -126,7 +126,7 @@ describe('new', () => {
126
126
} ) ;
127
127
} ) ;
128
128
129
- it ( 'path (2) ' , ( ) => {
129
+ it ( 'path - p ' , ( ) => {
130
130
const date = moment ( now ) ;
131
131
const path = pathFn . join ( hexo . source_dir , '_posts' , 'bar.md' ) ;
132
132
const body = [
@@ -185,7 +185,7 @@ describe('new', () => {
185
185
} ) . finally ( ( ) => fs . unlink ( path ) ) ;
186
186
} ) ;
187
187
188
- it ( 'replace existing files (2) ' , ( ) => {
188
+ it ( 'replace existing files - r ' , ( ) => {
189
189
const date = moment ( now ) ;
190
190
const path = pathFn . join ( hexo . source_dir , '_posts' , 'Hello-World.md' ) ;
191
191
const body = [
You can’t perform that action at this time.
0 commit comments