Skip to content

Commit

Permalink
Merge branch 'release/v0.24.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 5, 2024
2 parents 03a415d + a80bf30 commit d4400f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.24.14",
"version": "0.24.15",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down
2 changes: 1 addition & 1 deletion src/node/files.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('files.spec', () => {

it('should fetch some subfolders', async () => {
const basePath = resolve(__dirname, '..')
expect(basePath).toMatchInlineSnapshot(`"/Users/dirk/work/github-zeed/src"`)
expect(basePath).not.toBeNull()

const result = files({
basePath,
Expand Down

0 comments on commit d4400f8

Please sign in to comment.