mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(tools): allow seed script to set user flags (#55534)
This commit is contained in:
committed by
GitHub
parent
13828c6a3f
commit
d626997c51
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user