UNPKG

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