nuxt-escss-estest
v1.4.26
Published
A runtime testing library inspired by TDD and TypeScript to achieve 100% coverage.
Downloads
1,214
Maintainers
Readme
NUXT-ESCSS-ESTest
A wrapper for ESCSS-ESTest to use globally in Nuxt 3
Features
- ⛰ Global use in Nuxt 3
- 🚠 Same as ESCSS-ESTest
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add nuxt-escss-estest
That's it! You can write code without import ✨
<script setup>
ESTest('Happy Coding!', 'string')
</script>