1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

fix: include snapshot files

This commit is contained in:
Fredrik Oseberg 2021-02-11 14:31:26 +01:00 committed by Christopher Kolstad
parent dcd1686dfa
commit 041a378286
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A
3 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@ node_modules
lerna-debug
npm-debug
.DS_Store
dist
/dist
# Logs
logs

View File

@ -0,0 +1,11 @@
# Snapshot report for `dist/lib/addons/slack.test.js`
The actual snapshot is saved in `slack.test.js.snap`.
Generated by [AVA](https://avajs.dev).
## Should call slack webhook
> Snapshot 1
'{"username":"Unleash","icon_emoji":":unleash:","text":"some@user.com created feature toggle <http://some-url.com/#/features/strategies/some-toggle|some-toggle>\\n*Enabled*: no | *Type*: undefined | *Project*: undefined\\n*Activation strategies*: ```- name: default\\n```","channel":"#undefined","attachments":[{"actions":[{"name":"featureToggle","text":"Open in Unleash","type":"button","value":"featureToggle","style":"primary","url":"http://some-url.com/#/features/strategies/some-toggle"}]}]}'

Binary file not shown.