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 b3b25b9 commit 6497b19Copy full SHA for 6497b19
README.md
@@ -61,9 +61,9 @@ similar to the following:
61
62
```javascript
63
'use strict';
64
-const { ActionsTesting } = require('actions-on-google-testing');
+const { ActionsOnGoogleAva } = require('actions-on-google-testing');
65
const { expect } = require('chai');
66
-const action = new ActionsTesting(require('./test-credentials.json'));
+const action = new ActionsOnGoogleAva(require('./test-credentials.json'));
67
68
// Start out with giving a name to this test
69
action.startTest('Facts about Google - direct cat path', action => {
0 commit comments