Skip to content
New issue

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

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

Already on GitHub? # to your account

Sapper and Cypress #545

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Sapper and Cypress #545

wants to merge 3 commits into from

Conversation

jerriclynsjohn
Copy link
Contributor

@jerriclynsjohn jerriclynsjohn commented Oct 2, 2019

A new set of icon pack for Sapper

  • Regular Sapper icon for service-worker.js, server.js, client.js, template.html
  • Red Sapper icon for _error.svelte
  • Yellow Sapper icon for _layout.svelte
  • Blue Sapper icon for json.js extensions
  • Purple Sapper icon for index.svelte

*These are very sapper specific and hence the iconpack

  • Regular cypress icon for cypress.json

@PKief PKief force-pushed the master branch 2 times, most recently from 51dd496 to de04c27 Compare June 17, 2020 19:16
@PKief PKief closed this Oct 24, 2020
@PKief PKief deleted the branch material-extensions:main October 24, 2020 10:12
@PKief PKief reopened this Oct 24, 2020
@PKief PKief force-pushed the main branch 2 times, most recently from b670644 to 387e8ff Compare May 24, 2021 12:37
{ name: 'sapper-error', fileNames: ['_error.svelte'], enabledFor: [IconPack.Sapper] },
{ name: 'sapper-layout', fileNames: ['_layout.svelte'], enabledFor: [IconPack.Sapper] },
{ name: 'sapper-js', fileExtensions: ['json.js'], enabledFor: [IconPack.Sapper] },
{ name: 'cypress', fileNames: ['cypress.json'] },
Copy link

@vinicioslc vinicioslc Jun 27, 2022

Choose a reason for hiding this comment

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

What you think about include the new cypress 10.x.x "*.cy.js" test files ? 👀

@jerriclynsjohn

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants