MOBILE-4110 behat: Rename plugin to frankenstyle

main
Noel De Martin 2022-07-05 17:50:16 +02:00
parent 30633664a1
commit 474e6df350
12 changed files with 2 additions and 2 deletions

View File

@ -71,5 +71,5 @@ gulp.task('watch', () => {
});
gulp.task('watch-behat', () => {
gulp.watch(['./src/**/*.feature', './local-moodleappbehat'], { interval: 500 }, gulp.parallel('behat'));
gulp.watch(['./src/**/*.feature', './local_moodleappbehat'], { interval: 500 }, gulp.parallel('behat'));
});

View File

@ -56,7 +56,7 @@ async function main() {
// Copy plugin template.
const { version: appVersion } = require(projectPath('package.json'));
const templatePath = projectPath('local-moodleappbehat');
const templatePath = projectPath('local_moodleappbehat');
for await (const file of getDirectoryFiles(templatePath)) {
if (isExcluded(file, exclusions)) {