feat(tools): allow seed script to set user flags (#55534)

This commit is contained in:
Oliver Eyton-Williams
2024-07-21 18:41:32 +02:00
committed by GitHub
parent 13828c6a3f
commit d626997c51
21 changed files with 44 additions and 48 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ test.beforeEach(() => {
});
test.afterAll(() => {
execSync('node ./tools/scripts/seed/seed-demo-user certified-user');
execSync('node ./tools/scripts/seed/seed-demo-user --certified-user');
});
test.describe('Initially', () => {