mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-01-01 00:10:44 -05:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
it('should place ships at random coordinates', () => {
|
||
|
const gb = new Gameboard();
|
||
|
|
||
|
})
|