forked from chakra-ui/chakra-ui-vue-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: reset and removed untracked files
- Loading branch information
1 parent
5928e47
commit 8d658d4
Showing
64 changed files
with
65 additions
and
3,519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,3 +114,4 @@ cypress/screenshots | |
|
||
# Turborepo | ||
.turbo | ||
.output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "./.nuxt/tsconfig.json" | ||
"extends": "./.nuxt/tsconfig.json", | ||
"compilerOptions": { | ||
"allowImportingTsExtensions": true | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { fileURLToPath } from "url" | ||
import { setup, $fetch } from "@nuxt/test-utils" | ||
describe("nust emotion ssr", async () => { | ||
await setup({ | ||
rootDir: fileURLToPath(new URL("../playground", import.meta.url)), | ||
}) | ||
it("renders the index page", async () => { | ||
const html = await $fetch("/") | ||
expect(html).toContain("<style data-emotion") | ||
expect(html).toContain("<script data-emotion") | ||
expect(html).toContain("window.$emotionSSRIds") | ||
|
||
// Removed because the nuxt build entries product difference SSR output | ||
// for each test run so it doesn't make sense to run snapshot tests. | ||
// expect(html).toMatchSnapshot() | ||
}) | ||
}) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,7 @@ | |
"packages": [ | ||
"packages/*", | ||
"tooling/*", | ||
"website", | ||
"website-new" | ||
"modules/*" | ||
] | ||
}, | ||
"scripts": { | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/public/_nuxt/_plugin-vue_export-helper.d66d3af2.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/public/_nuxt/entry.9daa2579.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/public/_nuxt/error-404.0cd4f3dd.css
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/public/_nuxt/error-404.60548636.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/public/_nuxt/error-500.159551e5.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/public/_nuxt/error-500.748cb764.css
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/nuxt/playground/.output/public/_nuxt/error-component.0a14b5e0.js
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...es/nuxt/playground/.output/server/chunks/app/_nuxt/_plugin-vue_export-helper.71b45679.mjs
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...uxt/playground/.output/server/chunks/app/_nuxt/_plugin-vue_export-helper.71b45679.mjs.map
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
packages/nuxt/playground/.output/server/chunks/app/_nuxt/error-404-styles.1cbad781.mjs
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/nuxt/playground/.output/server/chunks/app/_nuxt/error-404-styles.1cbad781.mjs.map
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.