]> git.r.bdr.sh - rbdr/forum/commit
Add pact test for forums store
authorRuben Beltran del Rio <redacted>
Sat, 1 May 2021 22:23:16 +0000 (00:23 +0200)
committerRuben Beltran del Rio <redacted>
Sat, 1 May 2021 22:23:16 +0000 (00:23 +0200)
commit73973edab9aaa81312ba80a68bfe34bf5abcecd9
tree9d3916655c416407e12dc66e9f1f865cec0fb2b3
parent55fb920baa9792266be1a6b981f954c622c1eaf9
Add pact test for forums store
14 files changed:
.eslintrc.cjs
.gitignore
jest.config.json
package-lock.json
package.json
pacts/forumsstore-forumapiserver.json [new file with mode: 0644]
src/components/header/header.test.js
src/config/__mocks__/config.js [new file with mode: 0644]
src/routes/$layout.svelte
src/stores/forums.js
src/stores/forums.test.js [new file with mode: 0644]
src/utils/resolve_after.js [new file with mode: 0644]
src/utils/resolve_after.test.js [new file with mode: 0644]
test_utils/config.js [deleted file]