UNPKG

mimik

Version:

Write end-to-end automation tests in natural language

13 lines (10 loc) 197 B
/*global $ */ /*jshint unused:false */ var app = app || {}; var ENTER_KEY = 13; var ESC_KEY = 27; $(function () { 'use strict'; // kick things off by creating the `App` new app.AppView(); });