Skip to content

Commit be60b02

Browse files
committed
fix: updated snapshots
1 parent 145b021 commit be60b02

File tree

8 files changed

+233
-0
lines changed

8 files changed

+233
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Snapshot report for `test/config/utilities.js`
2+
3+
The actual snapshot is saved in `utilities.js.snap`.
4+
5+
Generated by [AVA](https://ava.li).
6+
7+
## returns JSON with 2 spaces
8+
9+
> Snapshot 1
10+
11+
`{␊
12+
"ok": "hey"␊
13+
}`
110 Bytes
Binary file not shown.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Snapshot report for `test/web/index.js`
2+
3+
The actual snapshot is saved in `index.js.snap`.
4+
5+
Generated by [AVA](https://ava.li).
6+
7+
## returns English ToS
8+
9+
> Snapshot 1
10+
11+
Function bound text {}
12+
13+
## returns English homepage
14+
15+
> Snapshot 1
16+
17+
Function bound text {}
18+
19+
## returns Spanish ToS
20+
21+
> Snapshot 1
22+
23+
Function bound text {}
24+
25+
## returns Spanish homepage
26+
27+
> Snapshot 1
28+
29+
Function bound text {}
196 Bytes
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Snapshot report for `test/web/support.js`
2+
3+
The actual snapshot is saved in `support.js.snap`.
4+
5+
Generated by [AVA](https://ava.li).
6+
7+
## fails creating inquiry if last inquiry was within last 24 hours (HTML)
8+
9+
> Snapshot 1
10+
11+
Function bound text {}
128 Bytes
Binary file not shown.

test/snapshots/test.js.md

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
# Snapshot report for `test/test.js`
2+
3+
The actual snapshot is saved in `test.js.snap`.
4+
5+
Generated by [AVA](https://ava.li).
6+
7+
## defaults
8+
9+
> generated files
10+
11+
[
12+
'.babelrc',
13+
'.browserslistrc',
14+
'.build.eslintrc',
15+
'.editorconfig',
16+
'.env',
17+
'.env.defaults',
18+
'.env.schema',
19+
'.gitattributes',
20+
'.gitignore',
21+
'.npmignore',
22+
'.npmrc',
23+
'.pug-lintrc.js',
24+
'.remarkignore',
25+
'.stylelintrc',
26+
'LICENSE',
27+
'README.md',
28+
'api.js',
29+
'app/controllers/api/index.js',
30+
'app/controllers/api/v1/index.js',
31+
'app/controllers/api/v1/log.js',
32+
'app/controllers/api/v1/users.js',
33+
'app/controllers/index.js',
34+
'app/controllers/web/admin/index.js',
35+
'app/controllers/web/admin/users.js',
36+
'app/controllers/web/auth.js',
37+
'app/controllers/web/index.js',
38+
'app/controllers/web/my-account.js',
39+
'app/controllers/web/support.js',
40+
'app/models/index.js',
41+
'app/models/inquiry.js',
42+
'app/models/user.js',
43+
'app/views/404.pug',
44+
'app/views/500.pug',
45+
'app/views/_breadcrumbs.pug',
46+
'app/views/_footer.pug',
47+
'app/views/_nav.pug',
48+
'app/views/_pagination.pug',
49+
'app/views/_register-or-login.pug',
50+
'app/views/about.pug',
51+
'app/views/admin/index.pug',
52+
'app/views/admin/users/index.pug',
53+
'app/views/admin/users/retrieve.pug',
54+
'app/views/dashboard/index.pug',
55+
'app/views/forgot-password.pug',
56+
'app/views/home.pug',
57+
'app/views/layout.pug',
58+
'app/views/my-account/index.pug',
59+
'app/views/my-account/security.pug',
60+
'app/views/privacy.pug',
61+
'app/views/register-or-login.pug',
62+
'app/views/reset-password.pug',
63+
'app/views/spinner/1.pug',
64+
'app/views/spinner/10.pug',
65+
'app/views/spinner/11.pug',
66+
'app/views/spinner/2.pug',
67+
'app/views/spinner/3.pug',
68+
'app/views/spinner/4.pug',
69+
'app/views/spinner/5.pug',
70+
'app/views/spinner/6.pug',
71+
'app/views/spinner/7.pug',
72+
'app/views/spinner/8.pug',
73+
'app/views/spinner/9.pug',
74+
'app/views/spinner/spinner.pug',
75+
'app/views/support.pug',
76+
'app/views/terms.pug',
77+
'assets/browserconfig.xml',
78+
'assets/css/_custom.scss',
79+
'assets/css/_email.scss',
80+
'assets/css/_hljs.scss',
81+
'assets/css/_sticky-footer.scss',
82+
'assets/css/_variables.scss',
83+
'assets/css/app.scss',
84+
'assets/img/android-chrome-192x192.png',
85+
'assets/img/android-chrome-384x384.png',
86+
'assets/img/apple-touch-icon.png',
87+
'assets/img/favicon-16x16.png',
88+
'assets/img/favicon-32x32.png',
89+
'assets/img/favicon.ico',
90+
'assets/img/logo-square.svg',
91+
'assets/img/mstile-150x150.png',
92+
'assets/img/social.png',
93+
'assets/img/twitter.png',
94+
'assets/js/core.js',
95+
'assets/js/logger.js',
96+
'assets/js/uncaught.js',
97+
'assets/manifest.json',
98+
'assets/robots.txt',
99+
'bull.js',
100+
'config/env.js',
101+
'config/index.js',
102+
'config/meta.js',
103+
'config/phrases.js',
104+
'config/polyfills.js',
105+
'config/utilities.js',
106+
'ecosystem.json',
107+
'emails/_content.pug',
108+
'emails/_footer.pug',
109+
'emails/_nav.pug',
110+
'emails/inquiry/html.pug',
111+
'emails/inquiry/subject.pug',
112+
'emails/layout.pug',
113+
'emails/reset-password/html.pug',
114+
'emails/reset-password/subject.pug',
115+
'emails/welcome/html.pug',
116+
'emails/welcome/subject.pug',
117+
'gulpfile.js',
118+
'helpers/i18n.js',
119+
'helpers/index.js',
120+
'helpers/logger.js',
121+
'helpers/passport.js',
122+
'helpers/policies.js',
123+
'index.js',
124+
'locales/.gitignore',
125+
'locales/en.json',
126+
'locales/es.json',
127+
'locales/zh.json',
128+
'nodemon.json',
129+
'package-scripts.js',
130+
'package.json',
131+
'proxy.js',
132+
'queues/email.js',
133+
'queues/index.js',
134+
'queues/mandarin.js',
135+
'routes/api/index.js',
136+
'routes/api/v1/index.js',
137+
'routes/index.js',
138+
'routes/web/admin.js',
139+
'routes/web/auth.js',
140+
'routes/web/index.js',
141+
'routes/web/my-account.js',
142+
'test/api/v1.js',
143+
'test/config/utilities.js',
144+
'test/global.js',
145+
'test/web/auth.js',
146+
'test/web/index.js',
147+
'test/web/support.js',
148+
'web.js',
149+
'yarn.lock',
150+
]
151+
152+
> content of README.md
153+
154+
`# my-package-name␊
155+
156+
[![build status](https://img.shields.io/travis/com/niftylettuce/my-package-name.svg)](https://travis-ci.org/niftylettuce/my-package-name)␊
157+
[![code coverage](https://img.shields.io/codecov/c/github/niftylettuce/my-package-name.svg)](https://codecov.io/gh/niftylettuce/my-package-name)␊
158+
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)␊
159+
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)␊
160+
[![made with lad](https://img.shields.io/badge/made_with-lad-95CC28.svg)](https://lad.js.org)␊
161+
162+
> my project description␊
163+
164+
## Table of Contents␊
165+
166+
167+
## Install␊
168+
169+
170+
## Usage␊
171+
172+
173+
## Contributors␊
174+
175+
176+
## License␊
177+
178+
179+
##␊
180+
`

test/snapshots/test.js.snap

2.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)