mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
|
||
---|---|---|
.. | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
Testing Project
This project is a JavaScript testing suite designed to provide a framework for writing and running tests for JavaScript applications. It leverages Webpack for bundling and utilizes testing libraries for executing tests.
Project Structure
src/
: Contains the source code for the application being tested and the test files themselves.tests/
: test files are contained here.webpack.common.js
: Common Webpack configuration.webpack.dev.js
: Webpack configuration for development.webpack.prod.js
: Webpack configuration for production.
Setup
- Install Dependencies: