mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-02 19:13:41 +00:00
* Fetch previous messages in the conversation * Add specs for conversation store * Fix codeclimate issues * Exclude specs folder * Exclude globally * Fix path in exclude patterns * Add endPoints spec * Add snapshots for Spinner * Add specs for actions
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Spinner matches snapshot 1`] = `
|
|
<span
|
|
class="spinner small"
|
|
/>
|
|
`;
|