chore: remove test target for tailwind config

This commit is contained in:
Matthew Russell 2024-03-08 12:23:16 +00:00
parent efc93dc839
commit 5d53618425
No known key found for this signature in database

View File

@ -30,13 +30,6 @@
"libs/tailwindcss-config/package.json"
]
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/tailwindcss-config/jest.config.ts"
}
}
},
"tags": []