Skip to content

Commit

Permalink
test(js): fix changedFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Nov 2, 2023
1 parent 6face81 commit 07b9e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ Add these into the config file like this.
'.dependOn': './apis/haetae-javascript#dependon',
'.hash': './apis/haetae-utils#hash',
}}>
```js filename="haetae.config.js" {9-13,31-33}
```js filename="haetae.config.js" {7,9-13,31-33}
import { $, configure, git, utils, js } from 'haetae'

export default configure({
Expand Down
2 changes: 1 addition & 1 deletion packages/git/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('changedFiles', () => {
reserveRecordData: false,
})
expect(Array.isArray(files)).toBe(true)
expect(files).toHaveLength(7)
expect(files).toHaveLength(5)
})
test('check parent directory of the repo', async () => {
await expect(
Expand Down

1 comment on commit 07b9e48

@vercel
Copy link

@vercel vercel bot commented on 07b9e48 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

haetae – ./

haetae-git-main-jjangga0214.vercel.app
haetae-jjangga0214.vercel.app
haetae-mu.vercel.app

Please sign in to comment.