chore: fix tslint

This commit is contained in:
SvetoslavTsenov
2019-05-07 10:15:52 +03:00
parent a2a044cfa8
commit 2ca4eba58f

View File

@@ -1,5 +1,5 @@
import { startServer, stopServer, ITestReporter, nsCapabilities, LogImageType, AppiumDriver, createDriver } from "nativescript-dev-appium";
const addContext = require('mochawesome/addContext');
const addContext = require("mochawesome/addContext");
const testReporterContext = <ITestReporter>{};
testReporterContext.name = "mochawesome";