mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
beforeEach()->expect(true)->toBeTrue();
|
||||
|
||||
test('runs 1', function () {
|
||||
test('runs 1', function (): void {
|
||||
// This test did performs assertions...
|
||||
});
|
||||
|
||||
test('runs 2', function () {
|
||||
test('runs 2', function (): void {
|
||||
// This test did performs assertions...
|
||||
});
|
||||
|
||||
test('runs 3', function () {
|
||||
test('runs 3', function (): void {
|
||||
// This test did performs assertions...
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user