Javascript tests No manual interaction or rendering Sync tests Simple Synchronous Test Run test localStorage Example From the spec: The getItem(key) method must return the current value associated with the given key. If the given key does not exist in the list associated with the object then this method must return null. localStorage getItem Test Run test Async tests Structure of async tests Simpl