Skip to content

Commit

Permalink
add fixture for JS and CSS libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabsen1729 committed Apr 19, 2022
1 parent 675196b commit f6f3b5e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

38 changes: 38 additions & 0 deletions cypress/fixtures/libraries.json
Original file line number Diff line number Diff line change
@@ -0,0 1,38 @@
{
"jsLibs": [
{
"urlPref": "https://code.jquery.com/jquery",
"label": "jQuery"
},
{
"urlPref": "https://ajax.googleapis.com/ajax/libs/angularjs/",
"label": "Angular"
},
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react/",
"label": "React"
},
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react-dom/",
"label": "React DOM"
},
{
"urlPref": "https://unpkg.com/vue/dist/vue.min.js",
"label": "Vue.js"
}
],
"csLibs": [
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/bulma/",
"label": "Bulma"
},
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/hint.css/",
"label": "Hint.css"
},
{
"urlPref": "https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css",
"label": "Tailwind.css"
}
]
}

0 comments on commit f6f3b5e

Please sign in to comment.