Protractor with TS - Question about differences of instancing a class

后端 未结 0 2024

Usually in a protractor specs, I see such things right bellow the import:

import { MyClass} from "./file"

const myClass= new MyClass();

describe(&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题