We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18f5e1 commit fcfcde4Copy full SHA for fcfcde4
packages/acceptance-tests/src/FeatureWithToken.webjs
@@ -1,7 +1,8 @@
1
function FeatureWithToken(context) {
2
- context.onShellMessage('apiTokenChange', function (
3
- apiToken
4
- ) {
5
- // Fetch stuff with token
6
- });
+ context.onShellMessage(
+ 'apiTokenChange',
+ function (apiToken) {
+ // Fetch stuff with token
+ }
7
+ );
8
}
0 commit comments