Setting up github actions
[poolifier.git] / tests / util.test.js
1 const expect = require('expect')
2
3 describe('Generate uuid', () => {
4 it('Just a proof for CI', () => {
5 expect(true).toBeTruthy()
6 })
7
8 })