UNPKG

270 BJavaScriptView Raw
1'use strict';
2
3var expect = require('chai').expect;
4var Interaction = require('../lib/commands/interaction.js');
5
6describe('dalek-internal-webdriver Command/Interaction', function () {
7
8 it('should get exist', function () {
9 expect(Interaction).to.be.ok;
10 });
11
12});