add sol2uml test skeleton

pull/5370/head
Joseph Izang 2 years ago committed by yann300
parent a374b4bcd6
commit d4e2460890
  1. 9
      apps/remix-ide-e2e/src/tests/sol2uml.test.ts

@ -0,0 +1,9 @@
'use strict'
import { NightwatchBrowser } from 'nightwatch'
import init from '../helpers/init'
module.exports = {
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done)
}
}
Loading…
Cancel
Save