diff --git a/test/int/labels.ts b/test/int/labels.ts index c6906c5..9a4c516 100644 --- a/test/int/labels.ts +++ b/test/int/labels.ts @@ -15,7 +15,7 @@ import * as path from 'path'; const readdirAsync = util.promisify(fs.readdir); -const labelRegex = /\/\/\s*bpLabel:\s*(.+?)\b/mg; +const labelRegex = /(\/\/|\/\*)\s*bpLabel:\s*(.+?)\b/mg; const ignoreList = [ 'node_modules', '.git' ]; /** @@ -71,7 +71,7 @@ export async function loadLabelsFromFile(filePath: string): Promise