Skip to content

Commit 7abf186

Browse files
authored
[CSL-2792] Sample Tests for Hooks (useCioClient) (#10)
* lint * Adds unit test examples for useCioClient
1 parent 66188de commit 7abf186

File tree

6 files changed

+1236
-1163
lines changed

6 files changed

+1236
-1163
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
{
5555
"devDependencies": [
5656
"**/stories/**/*.*",
57-
"**/.storybook/**/*.*"
57+
"**/.storybook/**/*.*",
58+
"spec/*.*"
5859
],
5960
"peerDependencies": true
6061
}

0 commit comments

Comments
 (0)