Skip to content

Commit 909e120

Browse files
authored
Merge pull request #241 from akd-io/feature/227-add-support-for-plausible
Add Plausible to e2e tests
2 parents b252916 + 0d78045 commit 909e120

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

packages/create-next-stack/src/tests/e2e/tests/css-modules-with-sass/css-modules-with-sass-all-flags.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test(
1616
"--formatting-pre-commit-hook",
1717
"--react-icons",
1818
"--react-query",
19+
"--plausible",
1920
".",
2021
])
2122
},

packages/create-next-stack/src/tests/e2e/tests/css-modules/css-modules-all-flags.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test(
1616
"--formatting-pre-commit-hook",
1717
"--react-icons",
1818
"--react-query",
19+
"--plausible",
1920
".",
2021
])
2122
},

packages/create-next-stack/src/tests/e2e/tests/emotion/emotion-all-flags.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test(
1919
"--formatting-pre-commit-hook",
2020
"--react-icons",
2121
"--react-query",
22+
"--plausible",
2223
".",
2324
])
2425
},

packages/create-next-stack/src/tests/e2e/tests/npm.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ test(
2020
"--formatting-pre-commit-hook",
2121
"--react-icons",
2222
"--react-query",
23+
"--plausible",
2324
".",
2425
])
2526

packages/create-next-stack/src/tests/e2e/tests/pnpm.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ test(
2020
"--formatting-pre-commit-hook",
2121
"--react-icons",
2222
"--react-query",
23+
"--plausible",
2324
".",
2425
])
2526

packages/create-next-stack/src/tests/e2e/tests/styled-components/styled-components-all-flags.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test(
1616
"--formatting-pre-commit-hook",
1717
"--react-icons",
1818
"--react-query",
19+
"--plausible",
1920
".",
2021
])
2122
},

packages/create-next-stack/src/tests/e2e/tests/tailwind-css/tailwind-css-all-flags.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test(
1616
"--formatting-pre-commit-hook",
1717
"--react-icons",
1818
"--react-query",
19+
"--plausible",
1920
".",
2021
])
2122
},

packages/create-next-stack/src/tests/e2e/tests/yarn.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ test(
2020
"--formatting-pre-commit-hook",
2121
"--react-icons",
2222
"--react-query",
23+
"--plausible",
2324
".",
2425
])
2526

0 commit comments

Comments
 (0)