UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

8 lines (7 loc) 198 B
declare const testFrameworkTypes: { readonly CYPRESS: "cypress"; readonly CUCUMBER: "cucumber"; readonly GATLING: "gatling"; readonly NO: "no"; }; export default testFrameworkTypes;