File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,14 @@ Please don't do the following, we can do this ourselves.
65
65
66
66
More things to remember:
67
67
68
- (These aren't strict rules. It's perfectly fine to not follow any of these, we
69
- can adapt.)
70
-
71
68
- Keep the source code as runtime agnostic as possible. We target the browser
72
69
and Deno. This is necessary because we use ` deno test ` . If a module is
73
70
exclusive to one runtime, add a note above the code:
74
71
` // This code is browser/Deno only ` .
72
+
73
+ (The following aren't strict rules. It's perfectly fine to not follow any of
74
+ these, we can adapt.)
75
+
75
76
- Ensure all the files are formatted: Run ` deno fmt ` .
76
77
- Make sure you don't accidentally make more tests fail: Run
77
78
` deno test --parallel ` before and after making changes to the code. Some tests
You can’t perform that action at this time.
0 commit comments