UNPKG

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