⌚Timestamps: 0:34 Instalingl dependencies (vitest @testing-library/react) 1:15 Updating vite.config.js 1:37 Creating tests/setup.js 2:17 Updating scripts section in package.json 3:07 Creating .spec.jsx file for unit test 4:40 Adding 'describe' section 6:20 First unit test. Checking that the component renders correctly 8:45 Running unit tests with commands 'vitest run' and 'vitest' watch mode
thanks)
⌚Timestamps:
0:34 Instalingl dependencies (vitest @testing-library/react)
1:15 Updating vite.config.js
1:37 Creating tests/setup.js
2:17 Updating scripts section in package.json
3:07 Creating .spec.jsx file for unit test
4:40 Adding 'describe' section
6:20 First unit test. Checking that the component renders correctly
8:45 Running unit tests with commands 'vitest run' and 'vitest' watch mode