Skip to content

Commit 0874d44

Browse files
38elementseddyerburgh
authored andcommitted
docs: update LICENSE and add testing-async-components link (#324)
* Update LICENSE * Update README.md * Update SUMMARY.md * Update README.md
1 parent 18ec890 commit 0874d44

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Diff for: LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 vuejs
3+
Copyright (c) 2017-present vuejs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

Diff for: docs/en/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* [Choosing a test runner](guides/choosing-a-test-runner.md)
1212
* [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md)
1313
* [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md)
14+
* [Testing Asynchronous Behavior](guides/testing-async-components.md)
1415
* [Using with Vue Router](guides/using-with-vue-router.md)
1516
* [Using with Vuex](guides/using-with-vuex.md)
1617
* [API](api/README.md)

Diff for: docs/en/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Choosing a test runner](guides/choosing-a-test-runner.md)
88
* [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md)
99
* [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md)
10+
* [Testing Asynchronous Behavior](guides/testing-async-components.md)
1011
* [Using with Vue Router](guides/using-with-vue-router.md)
1112
* [Using with Vuex](guides/using-with-vuex.md)
1213
* [API](api/README.md)

Diff for: docs/en/guides/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
* [Choosing a test runner](./choosing-a-test-runner.md)
77
* [Testing SFCs with Jest](./testing-SFCs-with-jest.md)
88
* [Testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md)
9+
* [Testing Asynchronous Behavior](testing-async-components.md)
910
* [Using with Vue Router](./using-with-vue-router.md)
1011
* [Using with Vuex](./using-with-vuex.md)

0 commit comments

Comments
 (0)