You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+26
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,32 @@ Tests in the browser
26
26
$ npm run test:browser
27
27
```
28
28
29
+
### Writing a new core interface test
30
+
31
+
The core interface tests are kept in a separate repo, because they are used by multiple other projects. To add a core interface test, follow this guide:
32
+
33
+
1. Clone this project repo and the interface core tests repo:
0 commit comments