Todd

Results 2 issues of Todd

When you reset the atom it becomes an empty state saved in storage. According to the docs https://recoiljs.org/docs/guides/atom-effects/#asynchronous-storage-persistence the key should be removed when it's a default value (at least...

Under the watching files section you should to configure guard as so ``` guard 'phpunit', :cli => '--colors', :tests_path => 'tests' do watch(%r{^.+Test\.php$}) watch(%r{app/(.+)/(.+).php}) { |m| "tests/#{m[1]}/#{m[2]}Test.php" } end ```...