WebSorcery / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
0 stars 6 forks source link

Migration from NPM to Bundler (e.g., Bun.js) #32

Open ank1traj opened 8 months ago

ank1traj commented 8 months ago

This GitHub issue addresses the need to migrate an existing project from the current npm package manager to a bundler, such as Bun.js. The migration is motivated by the desire to leverage the benefits and features provided by a faster and more efficient build tool for modern web development, and to explore the advantages offered by a different bundler.