From c7ceffce44fbdcdc8e2ad6b79e118056cb7b1b24 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 23 Mar 2021 10:36:23 +0100 Subject: [PATCH] docs: footer --- docs/cookbook/testing.md | 9 +++++++++ docs/index.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/cookbook/testing.md diff --git a/docs/cookbook/testing.md b/docs/cookbook/testing.md new file mode 100644 index 00000000..d5c3b3c2 --- /dev/null +++ b/docs/cookbook/testing.md @@ -0,0 +1,9 @@ +# Testing stores + +This section is still a wip + +## Store tests + +## Component tests + +### Mocking the store diff --git a/docs/index.md b/docs/index.md index 10df9d63..ac477e1f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ features: details: Build multiple stores and let your bundler code split them automatically. - title: 📦 Extremely light details: Pinia weights around 1kb, you will forget it's even there! -footer: MIT Licensed | Copyright © 2020-present Eduardo San Martin Morote +footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote --- -- 2.47.3