const expect = require('expect'); const {hashBrowser} = require('./_30s.js'); test('hashBrowser is a Function', () => { expect(hashBrowser).toBeInstanceOf(Function); });