Commit f0f6b70
committed
Introduce __test__ directory and implement first basic test
This commit adds the separate __test__ directory which will keep all tests
of the whole library.
This is to make sure, that when later publishing sources to npm, tests won't be
part of the deliveries.
The first test added or the StepNumber component is the most basic, because:
* this component is rather simple (for now)
* this is to make sure, in this commit, that tests work without hiccups.1 parent 062ce88 commit f0f6b70
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments