init 5S article and refacto pull system
This commit is contained in:
10
src/modules/pull-system/feature/feature.fixture.test.ts
Normal file
10
src/modules/pull-system/feature/feature.fixture.test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { faker } from '@faker-js/faker'
|
||||
import { describe, it } from 'vitest'
|
||||
|
||||
describe('feature fixture', () => {
|
||||
it('creates lots of animals', () => {
|
||||
for (let i = 0; i < 200; i++) {
|
||||
console.log(`"${faker.animal.bird()}", `)
|
||||
}
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user