Skip to content

Commit 717df2a

Browse files
committed
Rename test/behavior to test/runtime
1 parent c4d4096 commit 717df2a

23 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ yarn start_cra # For testing in in a Create React App setup
5959
yarn start_next # For testing in a Next.js setup
6060
yarn start_vite # For testing in a Vite setup
6161

62-
# Run all unit test:
62+
# Run all unit test (test/runtime):
6363
yarn test
64-
# Run only test/behavior/cssVariable.test.ts (for example)
64+
# Run only test/runtime/cssVariable.test.ts (for example)
6565
npx vitest -t "Resolution of CSS variables"
6666

6767
# Debugging while unit testing
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Behavior tests
1+
# runtime tests
22

33
In the directory we write unit tests to make sure that, at runtime, things actually behave are expected to.
44
This is classic unit testing.

0 commit comments

Comments
 (0)