UNPKG

webscanner

Version:

Automation scanner for web resources

8 lines (6 loc) 220 B
const scanner = require('../../src/index.js'); describe('API testing', function () { test('should check scanner basic api', () => { expect(typeof scanner.getSession === 'function').toBeTruthy(); }); });