diff --git a/LICENSE b/LICENSE index 0aa8b262a..b619c66aa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 vuejs +Copyright (c) 2017-present vuejs Permission is hereby granted, free of charge, to any person obtaining a copy 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 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/docs/en/README.md b/docs/en/README.md index 49179c010..99c68fa6f 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -11,6 +11,7 @@ * [Choosing a test runner](guides/choosing-a-test-runner.md) * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Testing Asynchronous Behavior](guides/testing-async-components.md) * [Using with Vue Router](guides/using-with-vue-router.md) * [Using with Vuex](guides/using-with-vuex.md) * [API](api/README.md) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 1346e3d4b..0ba2554f3 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -7,6 +7,7 @@ * [Choosing a test runner](guides/choosing-a-test-runner.md) * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Testing Asynchronous Behavior](guides/testing-async-components.md) * [Using with Vue Router](guides/using-with-vue-router.md) * [Using with Vuex](guides/using-with-vuex.md) * [API](api/README.md) diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md index 344cb6f43..67a28386b 100644 --- a/docs/en/guides/README.md +++ b/docs/en/guides/README.md @@ -6,5 +6,6 @@ * [Choosing a test runner](./choosing-a-test-runner.md) * [Testing SFCs with Jest](./testing-SFCs-with-jest.md) * [Testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md) +* [Testing Asynchronous Behavior](testing-async-components.md) * [Using with Vue Router](./using-with-vue-router.md) * [Using with Vuex](./using-with-vuex.md)