Skip to content

Commit b613668

Browse files
authored
chore: use 🧪 as logo/mascot (#119)
1 parent 3fe997c commit b613668

33 files changed

+83
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
dist/
77
node_modules/
8+
local/
89

910
# Local Netlify folder
1011
.netlify

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# Testing-Playground ([demo][playground])
1+
<div align="center">
2+
<h1>Testing-Playground</h1>
3+
4+
[![test-tube](./docs/icon.png)][emojione]
5+
6+
Simple and complete DOM testing playground that encourage good testing
7+
practices.
8+
9+
[**online playground**][playground] | [next version][playground-next]
10+
11+
</div>
12+
13+
<hr />
214

315
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
16+
417
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
18+
519
<!-- ALL-CONTRIBUTORS-BADGE:END -->
620

721
**Playground for [testing-library/dom]**
@@ -105,16 +119,19 @@ Thanks goes to these people ([emoji key][emojis]):
105119

106120
<!-- markdownlint-enable -->
107121
<!-- prettier-ignore-end -->
122+
108123
<!-- ALL-CONTRIBUTORS-LIST:END -->
109124

110125
This project follows the [all-contributors][all-contributors] specification.
111126
Contributions of any kind welcome!
112127

113128
[testing-library/dom]: https://testing-library.com/docs/dom-testing-library/example-intro
114129
[playground]: https://testing-playground.com
130+
[playground-next]: https://develop.testing-playground.com
115131
[embed-demo]: https://codepen.io/smeijer/pen/yLYWZmK
116132
[roadmap.md]: https://github.com/smeijer/testing-playground/blob/master/ROADMAP.md
117133
[contributing.md]: https://github.com/smeijer/testing-playground/blob/master/CONTRIBUTING.md
118134
[issue tracker]: https://github.com/smeijer/testing-playground/issues
119135
[all-contributors]: https://github.com/all-contributors/all-contributors
120136
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
137+
[emojione]: https://www.emojione.com/emoji/1f9e

docs/icon.png

5.69 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start:embed": "parcel src/embed.html --open",
99
"build": "run-s clean build:client build:server",
1010
"build:client": "parcel build src/index.html src/embed.js --dist-dir dist/client",
11-
"postbuild:client": "mkdir -p dist/client/public && cp _redirects dist/client/_redirects && cp public/favicon.ico dist/client/favicon.ico && cp public/android-chrome-512x512.png dist/client/public/icon.png && cp -r .well-known dist/client/.well-known",
11+
"postbuild:client": "mkdir -p dist/client/public && cp _redirects dist/client/_redirects && cp public/favicon.ico dist/client/favicon.ico && cp public/icon.png dist/client/public/icon.png && cp -r .well-known dist/client/.well-known",
1212
"build:server": "cp -r src/lambda/ dist/server",
1313
"postbuild:server": "mkdir -p dist/server/server && mv dist/client/index.html dist/server/server/",
1414
"lint": "eslint . --quiet --fix",

public/114-production.png

7.66 KB
Loading

public/120-production.png

8.04 KB
Loading

public/144-production.png

9.53 KB
Loading

public/150-production.png

10.6 KB
Loading

public/152-production.png

10.9 KB
Loading

public/16-production.png

1.31 KB
Loading

0 commit comments

Comments
 (0)