This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Testing file for TodoMVC within Automated Testing article | |
// Jason McConnell 2017 | |
// | |
var webdriver = require('selenium-webdriver'); | |
var expect = require('chai').expect; | |
var path = require('path'); |