This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
stereshko
/
react-starter-kit
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
438d352897
Ramos
Etiquetas
main
react-starter-k...
/
tests
/
Unit
/
ExampleTest.php
ExampleTest.php
80 B
Histórico
Em bruto
1
2
3
4
5
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});