Skip to content

Commit f4d4b7f

Browse files
committed
tidy - remove migrated tests
1 parent 201db72 commit f4d4b7f

File tree

4 files changed

+2
-48
lines changed

4 files changed

+2
-48
lines changed

electron-repo/tests/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

electron-repo/tests/Pest.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

electron-repo/tests/TestCase.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Native\Laravel\Tests;
44

5+
use Native\Electron\ElectronServiceProvider;
56
use Native\Laravel\NativeServiceProvider;
67
use Orchestra\Testbench\TestCase as Orchestra;
78

@@ -16,6 +17,7 @@ protected function getPackageProviders($app)
1617
{
1718
return [
1819
NativeServiceProvider::class,
20+
ElectronServiceProvider::class,
1921
];
2022
}
2123

0 commit comments

Comments
 (0)