mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
6 lines
81 B
PHP
6 lines
81 B
PHP
<?php
|
|
|
|
test('that true is true', function () {
|
|
expect(true)->toBe(true);
|
|
});
|