UNPKG

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