Skip to content

Commit eccf0f7

Browse files
authored
test: adjust test description
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent cc65511 commit eccf0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dirname.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { describe, expect, it } from 'vitest'
77
import { dirname } from '../lib/index.ts'
88

99
describe('dirname', function() {
10-
it('Returns the nothing if no file name given', function() {
10+
it('Returns current folder if no file name given', function() {
1111
expect(dirname('')).toEqual('.')
1212
})
1313
it('Returns the root if dir is root', function() {

0 commit comments

Comments
 (0)