mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(test): stop filtering out third-party (#47982)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d380f13172
commit
7b24e7e597
+1
-1
@@ -9,7 +9,7 @@ module.exports = defineConfig({
|
||||
retries: 4,
|
||||
chromeWebSecurity: false,
|
||||
experimentalWebKitSupport: true,
|
||||
specPattern: 'cypress/e2e/default/**/*.js',
|
||||
specPattern: 'cypress/e2e/**/*.js',
|
||||
setupNodeEvents(on, config) {
|
||||
config.env = config.env || {};
|
||||
on('before:run', () => {
|
||||
|
||||
Reference in New Issue
Block a user