chore: update lint
This commit is contained in:
+2
-2
@@ -7,6 +7,6 @@ export default defineBuildConfig({
|
||||
declaration: true,
|
||||
clean: true,
|
||||
rollup: {
|
||||
emitCJS: true
|
||||
}
|
||||
emitCJS: true,
|
||||
},
|
||||
})
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import { describe, expect, it } from 'vitest'
|
||||
import { one } from '../src'
|
||||
|
||||
describe('should', () => {
|
||||
|
||||
Reference in New Issue
Block a user