Skip to content

Commit

Permalink
test: fix broken test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 24, 2023
1 parent 2777794 commit d12dd0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

/** @type {import('@sveltejs/kit').Config} */

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 16)

tsdoc-undefined-tag: The TSDoc tag "@type" is not defined in this configuration

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 16)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 16)

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 16)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 18)

tsdoc-undefined-tag: The TSDoc tag "@type" is not defined in this configuration

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 18)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 18)

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 18)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 20)

tsdoc-undefined-tag: The TSDoc tag "@type" is not defined in this configuration

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 20)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 20)

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it

Check warning on line 3 in svelte.config.js

View workflow job for this annotation

GitHub Actions / Suite (ubuntu-latest, Node 20)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
const config = {
preprocess: vitePreprocess(),
};

export default config;

0 comments on commit d12dd0b

Please sign in to comment.