odin-codespace/testing/README.md
smiggiddy 6c14a968c3 adding devops
used gemini to create the k8s/dockerfiles faster
2025-05-02 16:47:07 +00:00

627 B

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

  1. Install Dependencies: