Skip to content

Commit 1cb9b9f

Browse files
author
Emmanouil Konstantinidis
committed
Init tests
1 parent cdfa4da commit 1cb9b9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@
6969
"src/js/components/notification.js": true,
7070
"src/js/components/notifications.js": true,
7171
"src/js/components/repository.js": true,
72+
"src/js/components/settings.js": true,
7273
"src/js/components/footer.js": true,
7374
"src/js/stores/auth.js": true,
74-
"src/js/stores/notifications.js": true
75+
"src/js/stores/notifications.js": true,
76+
"src/js/stores/settings.js": true
7577
},
7678
"unmockedModulePathPatterns": [
7779
"node_modules/react",

0 commit comments

Comments
 (0)