mirror of
https://github.com/barkeser2002/node-minecraft-protocol.git
synced 2026-09-25 06:30:09 +03:00
* Add packet cycletests * add mcPackets to deps * Update and rename cycleTest.js to non-par-test.js * Add exclude to npm run test for non par tests * Add seperate job for non-par-tests * fix indentation * make tests non-parallel * fix yml * fix exclude pattern * fix test matching * Fix protocol not being updated for different mc versions * dynamically get packets to test * get rid of unused var * rename non-par-test