This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
stereshko
/
react-starter-kit
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
main
Větve
Značky
main
react-starter-k...
/
tests
/
Unit
/
ExampleTest.php
ExampleTest.php
80 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});