diff --git a/tests/PasswordTest.php b/tests/PasswordTest.php new file mode 100644 index 0000000..522a554 --- /dev/null +++ b/tests/PasswordTest.php @@ -0,0 +1,40 @@ +schema([ + Password::make('password') + ->copyable() + ->regeneratePassword(), + ]); + } + + public function render(): string + { + return <<<'HTML' +