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 4c614d9 commit 3c1967eCopy full SHA for 3c1967e
docs/book.json
@@ -1,4 +1,12 @@
1
{
2
+ "title": "Redux Actions Assertions",
3
+ "description": "Assertions for redux actions testing. This library adds assertions for redux actions testing.",
4
+ "plugins": [ "ga" ],
5
+ "pluginsConfig": {
6
+ "ga": {
7
+ "token": "UA-78823490-1"
8
+ }
9
+ },
10
"links": {
11
"home": null,
12
"about": false,
docs/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "redux-actions-assertions-docs",
+ "version": "0.0.1",
+ "description": "Docs for redux-actions-assertions",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "gitbook-plugin-ga": "^1.0.1"
13
14
+}
0 commit comments