-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 885047a
test: workaround npm cleanup for ng add tailwind E2E
Add an explicit removal of previous `tailwindcss` at the start of the
`commands/add/add-tailwindcss.ts` E2E test to workaround issues with
npm not fully uninstalling the package from previous tests.1 parent 301b50d commit 885047a
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | - | ||
1 | + | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
6 | 13 |
| |
7 | 14 |
| |
8 | 15 |
| |
|
0 commit comments