getDriverName())->toBe('sqlite'); }); it('runs migrations successfully', function () { expect(Schema::hasTable('users'))->toBeTrue(); expect(Schema::hasTable('teams'))->toBeTrue(); expect(Schema::hasTable('servers'))->toBeTrue(); expect(Schema::hasTable('applications'))->toBeTrue(); });