mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +02:00
docs(v2): Added kotest to showcase (#4262)
* Add files via upload * Update users.js * Update users.js Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
ffb9ad0356
commit
9c02bf7f80
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/kotest.jpg
Normal file
BIN
website/src/data/showcase/kotest.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
|
@ -269,6 +269,15 @@ const users = [
|
|||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
title: 'Kotest',
|
||||
description: 'Kotlin test framework',
|
||||
preview: require('./showcase/kotest.jpg'),
|
||||
website: 'https://kotest.io',
|
||||
source: 'https://github.com/kotest/kotest',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'SICOPE Model',
|
||||
description: 'An open source model-based testing tool for web applications',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue