Skip to content

Commit 1b7647d

Browse files
[autofix.ci] apply automated fixes
1 parent 93c043f commit 1b7647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ import { memoize } from '../memoize'
135135
Write unit tests for core functionality using Vitest:
136136

137137
```typescript
138-
import { describe, it, expect } from 'vitest'
138+
import { describe, expect, it } from 'vitest'
139139

140140
describe('featureName', () => {
141141
it('should handle expected case', () => {
@@ -233,4 +233,4 @@ If you have questions or need help, feel free to open an issue for discussion or
233233

234234
## License
235235

236-
By contributing to vscode-npmx, you agree that your contributions will be licensed under the [MIT License](LICENSE).
236+
By contributing to vscode-npmx, you agree that your contributions will be licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)