UNPKG

selenium-atoms

Version:
11 lines (8 loc) 194 B
'use strict'; const Atoms = require('..'); const assert = require('assert'); describe('test', function() { it('should be ok', function() { assert.ok(Atoms.getByName('click')); }); });