mirror of
https://github.com/unraid/api.git
synced 2026-05-13 02:59:17 -05:00
chore(web): add testing step to github actions
This commit is contained in:
@@ -12,7 +12,11 @@ const defaultMarkedExtension: MarkedExtension = {
|
||||
|
||||
/**
|
||||
* Helper class to build or conveniently use a markdown parser.
|
||||
*
|
||||
* - Use `Markdown.create` to extend or customize parsing functionality.
|
||||
* - Use `Markdown.parse` to conveniently parse markdown to safe html.
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
|
||||
export class Markdown {
|
||||
private static instance = Markdown.create();
|
||||
|
||||
|
||||
+2
-1
@@ -23,7 +23,8 @@
|
||||
"serve": "serve dist/nuxt-custom-elements/unraid-components",
|
||||
"codegen": "graphql-codegen --config codegen.ts -r dotenv/config",
|
||||
"codegen:watch": "graphql-codegen --config codegen.ts --watch -r dotenv/config",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"test:ci": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user