This repository has been archived by the owner on May 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from wilcorrea-forks/master
Start tests
- Loading branch information
Showing
80 changed files
with
5,734 additions
and
184 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"plugins": ["@babel/plugin-syntax-dynamic-import"], | ||
"env": { | ||
"test": { | ||
"plugins": ["dynamic-import-node"], | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"modules": "commonjs", | ||
"targets": { | ||
"node": "current" | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} | ||
} |
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,5 +1,17 @@ | ||
const fs = require('fs-extra') | ||
let extend | ||
|
||
/** | ||
* The .babelrc file has been created to assist Jest for transpiling. | ||
* You should keep your application's babel rules in this file. | ||
*/ | ||
if (fs.existsSync('./.babelrc')) { | ||
extend = './.babelrc' | ||
} | ||
|
||
module.exports = { | ||
presets: [ | ||
'@quasar/babel-preset-app' | ||
] | ||
], | ||
extends: extend | ||
} |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"baseUrl": "http://localhost:8080/", | ||
"fixturesFolder": "test/cypress/fixtures", | ||
"integrationFolder": "test/cypress/integration", | ||
"pluginsFile": "test/cypress/plugins/index.js", | ||
"screenshotsFolder": "test/cypress/screenshots", | ||
"supportFile": "test/cypress/support/index.js", | ||
"videosFolder": "test/cypress/videos", | ||
"video": true, | ||
"json.schemas": [ | ||
{ | ||
"fileMatch": [ | ||
"cypress.json" | ||
], | ||
"url": "https://on.cypress.io/cypress.schema.json" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.