summaryrefslogtreecommitdiffstats
path: root/jest.config.js
AgeCommit message (Collapse)Author
2021-10-11Ignore "virtual-background/vendor" files when running testsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-10Also transpile @nextcloud/vue in jest configVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-10Adjust Jest tests for 4.0.0Vincent Petry
Add additional excluded patterns. Add global appName value in test setup. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-18JS tests for LeftSidebarVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-11Merge pull request #5570 from nextcloud/test/noid/messagesJoas Schilling
JS tests for Message component
2021-05-11Output jest coverage to consoleVincent Petry
Add config option for Jest to scan all source files when reporting coverage. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-10Add JS tests for Message componentVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-30Fix tabs in config filesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-30Added file upload store testsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-23More JS tests for storesVincent Petry
Added more JS tests for stores. Extracted global store config to a separate file to be able to include it in tests. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-22Add more varied JS test casesVincent Petry
Added more varied JS test cases as examples for how to test different parts of the Vue code like stores and services. Adjusted global test namespace. Introduced jest mock for axios. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-03-24Execute unit tests on githubJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-24Allow tests in the /src folderMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-24Add avatarwrapper componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-18Install jestMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>