"use strict"; /// System implementation dependences require('dotenv').config(); /// Unit testing dependences const assert = require("assert"); describe('Example' , () => { it('finds list', async () => { assert.equal( 0,0 ); }) });