This website requires JavaScript.
Explore
Help
Sign In
tauri-apps
/
tauri
Watch
1
Star
1
Fork
0
You've already forked tauri
mirror of
https://github.com/tauri-apps/tauri.git
synced
2024-12-18 16:11:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2e9945ac81
tauri
/
cli
/
tauri.js
/
test
/
jest
/
raw-loader-transformer.js
4 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(tests) add e2e test (#244) * feat(tauri.js) add API endpoint proxy * feat(tauri.js) always resolve/reject proxy promise * chore(proxy) wait for onTauriInit to start direct proxy to window.tauri * feat(tests) add project for initial e2e test * chore(tauri) remove whitespaces on runner.rs * chore(test): remove updater.rs * feat(tests) move e2e test to tauri.js/test/jest thanks to @laegel for the awesome work moving the test code to jest * feat(tests) prepare build for modes tests * fix(tests) properly run build tests * feat(tests) add dev e2e test * fix(tests) cleanup * chore(tests) move e2e test from express to http.createServer * chore(tauri.js) husky back to 4.0.10 * chore(tests) custom transformer to export with default * chore(tests) use jest mapping instead of relative paths * chore(tests) move dev e2e test to http.createServer * chore(tests) move dev/build e2e test to tes.each instead of for loop * chore(tauri.js) add comment to non-webpack-require.ts * chore(tests) change test.each to it.each * chore(tests) adjust it.each message signature * fix(tests) adjust to properly run on initial build * fix(tests) properly cleanup * fix(tests) wait server.close to reject test * fix(tests) wait server.close to resolve test * fix(actions) install webkit2gtk-4.0 on test-tauri-js-cli * fix(ci) install tauri-cli on test-tauri-js-cli * fix(tauri.js) lint errors Co-authored-by: Lucas Nogueira <lucas@quasar.dev> Co-authored-by: nothingismagick <denjell@sfosc.org>
2020-03-07 19:40:24 +03:00
module
.
exports
=
{
chore: add prettier for js formatting (#937) * chore: add prettier for js/ts formatting * fix lint-staged to object * test commit * format all * lock file bump * eslint extends prettier This will let us skip rules in eslint that prettier can control. Prettier for styles, eslint for code errors. * add prettier config * roll back to what we had with eslint settings * skip mutation observer * add prettier typescript eslint * run prettier in lint workflow * format:check script * turn off space before function in eslint it is fighting with prettier * fix dir in workflow * remove semis * add api to eslint * shift eslint ignore comment after prettier format * ignore errors that currently exist * build:typevalidators * replace was broken on typevalidator build * try pushing up error * format * try removing working dir from eslint workflow * try node 12 * fix indent in action * bump eslint * fix supposeded error and try another * try breaking eslint * try building in action * adjust action paths again * need dot * remove build * fix(tauri.js/eslint): escape glob * * fix(tauri.js): ignore lint error * Create prettier-taurijs.md Co-authored-by: Noah Klayman <noahklayman@gmail.com>
2020-08-19 05:36:46 +03:00
process
:
(
content
)
=>
`
module.exports = {default:
${
JSON
.
stringify
(
content
)
}
}
`
feat(tests) add e2e test (#244) * feat(tauri.js) add API endpoint proxy * feat(tauri.js) always resolve/reject proxy promise * chore(proxy) wait for onTauriInit to start direct proxy to window.tauri * feat(tests) add project for initial e2e test * chore(tauri) remove whitespaces on runner.rs * chore(test): remove updater.rs * feat(tests) move e2e test to tauri.js/test/jest thanks to @laegel for the awesome work moving the test code to jest * feat(tests) prepare build for modes tests * fix(tests) properly run build tests * feat(tests) add dev e2e test * fix(tests) cleanup * chore(tests) move e2e test from express to http.createServer * chore(tauri.js) husky back to 4.0.10 * chore(tests) custom transformer to export with default * chore(tests) use jest mapping instead of relative paths * chore(tests) move dev e2e test to http.createServer * chore(tests) move dev/build e2e test to tes.each instead of for loop * chore(tauri.js) add comment to non-webpack-require.ts * chore(tests) change test.each to it.each * chore(tests) adjust it.each message signature * fix(tests) adjust to properly run on initial build * fix(tests) properly cleanup * fix(tests) wait server.close to reject test * fix(tests) wait server.close to resolve test * fix(actions) install webkit2gtk-4.0 on test-tauri-js-cli * fix(ci) install tauri-cli on test-tauri-js-cli * fix(tauri.js) lint errors Co-authored-by: Lucas Nogueira <lucas@quasar.dev> Co-authored-by: nothingismagick <denjell@sfosc.org>
2020-03-07 19:40:24 +03:00
}
Reference in New Issue
Copy Permalink