mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
e1fac554db
* test: add console tests for password policy * test: increase time duration * test: fix sequencer * chore: add jest-pptr config * ci: separate experience and console tests * test: skip tests of unpublished features
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
const config = {
|
|
launch: {
|
|
headless: Boolean(process.env.CI),
|
|
},
|
|
};
|
|
|
|
export default config;
|