File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,23 @@ the example during development and test.
9999Test that your branch can be downloaded, configured and then
100100run successfully.
101101
102+ ### Add an automated test
103+ Add an automated test for your example.
104+
105+ See the ` test ` directory for examples.
106+
107+ ### Running the tests
108+
109+ ````
110+ DS_TEST_ACCESS_TOKEN=1234567... # Tokens are very long
111+ DS_TEST_ACCOUNT_ID=1234567...
112+ export DS_TEST_ACCESS_TOKEN
113+ export DS_TEST_ACCOUNT_ID
114+ npm test
115+ ````
116+
102117## Make a pull request
103- Make a pull request to for your changes . Your initial pull
118+ Make a pull request for your new example . Your initial pull
104119request for a new example will probably not be
105120approved--the examples manager will review your implementation
106121and will often request changes.
You can’t perform that action at this time.
0 commit comments