odin-codespace/testing
smiggiddy 6c14a968c3 adding devops
used gemini to create the k8s/dockerfiles faster
2025-05-02 16:47:07 +00:00
..
src project: testing (#15) 2024-02-16 16:07:49 -05:00
.eslintrc.js Battleship (#16) 2024-04-02 16:45:56 -04:00
.gitignore project: testing (#15) 2024-02-16 16:07:49 -05:00
.prettierrc project: testing (#15) 2024-02-16 16:07:49 -05:00
babel.config.js Battleship (#16) 2024-04-02 16:45:56 -04:00
package-lock.json Battleship (#16) 2024-04-02 16:45:56 -04:00
package.json Battleship (#16) 2024-04-02 16:45:56 -04:00
README.md adding devops 2025-05-02 16:47:07 +00:00
webpack.common.js project: testing (#15) 2024-02-16 16:07:49 -05:00
webpack.dev.js project: testing (#15) 2024-02-16 16:07:49 -05:00
webpack.prod.js project: testing (#15) 2024-02-16 16:07:49 -05:00

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: