Skip to content

Commit

Permalink
Merge pull request #76 from cossssmin/vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin authored Dec 29, 2023
2 parents 38c4abe + ce3055f commit 7e70de7
Show file tree
Hide file tree
Showing 8 changed files with 2,401 additions and 401 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run coverage
env:
CI: true
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Cosmin Popovici
Copyright (c) Cosmin Popovici

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="./.github/tailwindcss-mark.svg" alt="Tailwind CSS" width="108" height="66">
<h1>Tailwind CSS Plugin Starter</h1>
<p>A boilerplate for Tailwind CSS plugins</p>
<p>A boilerplate for creating Tailwind CSS plugins</p>

<p>
<a href="https://github.com/cossssmin/tailwindcss-plugin-starter/actions">
Expand All @@ -27,10 +27,9 @@ This is a starter project for Tailwind CSS plugins.
- `addVariant`
- exposing options
- providing default values
- Tests with [`Jest`](https://jestjs.io/)
- Coverage with [`c8`](https://github.com/bcoe/c8)
- Tests with [`Vitest`](https://vitest.dev/)
- Coverage with [`v8`](https://vitest.dev/guide/coverage)
- Releases with [`np`](https://github.com/sindresorhus/np)
- Code formatting with [`prettier`](https://prettier.io/)

### Getting started

Expand Down
147 changes: 0 additions & 147 deletions jest/customMatchers.js

This file was deleted.

Loading

0 comments on commit 7e70de7

Please # to comment.