Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update tempDir paths in test #3160

Closed
wants to merge 3 commits into from

Conversation

vishvamsinh28
Copy link
Contributor

This PR updates the path of temporary directories that are generated during tests.

Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 2e3b552
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/66dc429071cf290008683283
😎 Deploy Preview https://deploy-preview-3160--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@asyncapi-bot
Copy link
Contributor

asyncapi-bot commented Aug 26, 2024

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 41
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-3160--asyncapi-website.netlify.app/

@akshatnema akshatnema added the gsoc This label should be used for issues or discussions related to ideas for Google Summer of Code label Aug 29, 2024
@@ -4,7 +4,7 @@ const buildCaseStudiesList = require('../../scripts/casestudies/index');
const { yaml1,yaml2,json1,json2 } = require("../fixtures/caseStudyData");

describe('buildCaseStudiesList', () => {
const tempDir = path.join(__dirname, 'temp-test-dir');
const tempDir = path.join(__dirname, '..', 'tempcache');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we have more elaborated name for this directory?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any suggestions 😅

@anshgoyalevil @sambhavgupta0705

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc This label should be used for issues or discussions related to ideas for Google Summer of Code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants