You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2020. It is now read-only.
Take the following controllers for example:
src/app/controllers/foo.controller.tssrc/app/controllers/my-group/bar.controller.tsAnd we want to add the requirement for an e2e test file:
src/test/e2e/{{name}}.tsrequires: ['../../test/e2e/{{name}}.ts'],then only works forfoo.controller.ts.Add support for:
requires: ['src/test/e2e/{{name}}.ts'],and only resolve./and../from the files own directory.