-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: test suite * fix: migrating phpunit config * fix: I want to see how much is failing * fix: just trying something * fix: widen the versions tested against * fix: not ready for 8.4 * fix: it doesn't fail in Windows 🤔 * fix: carbon dependency * fix: make it verbose * fix: make it verbose * fix: I don't think it will change anything, but who knows * fix: debug what's happening under the hood * fix: why the hello yauzl is failing on prefer-lowest 😡 * fix: clean zip maybe ? * Fix styling * fix: clean zip maybe ? * fix: fixed? * fix: phpstan (level 4) * fix: cleaning * feat: composer qa * fix: renamed test --------- Co-authored-by: SRWieZ <[email protected]>
- Loading branch information
Showing
19 changed files
with
465 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
push: | ||
paths: | ||
- '**.php' | ||
- 'phpstan.neon.dist' | ||
- '../../phpstan.neon' | ||
|
||
jobs: | ||
phpstan: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ composer.lock | |
coverage | ||
docs | ||
phpunit.xml | ||
phpstan.neon | ||
vendor | ||
node_modules | ||
resources/js/*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
export default {} | ||
module.exports = { | ||
app: { | ||
getPath: jest.fn().mockReturnValue('path'), | ||
isPackaged: jest.fn().mockResolvedValue(function () { | ||
console.log('isPackaged'); | ||
return false; | ||
}) | ||
}, | ||
powerMonitor: { | ||
addListener: jest.fn() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 9 additions & 12 deletions
21
resources/js/electron-plugin/tests/endpoints/dialog.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.