etudes 26.2.0 → 27.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,10 +12,7 @@ npm run dev
12
12
  npm run build
13
13
 
14
14
  # Run tests
15
- npm run unit
16
-
17
- # Run tests with coverage
18
- npm run unit -- --coverage
15
+ npm test
19
16
 
20
17
  # Type-check without emitting
21
18
  npm run typecheck