diff --git a/js/tc39/README.md b/js/tc39/README.md index 2501a1da8b3..1a4d6df2513 100644 --- a/js/tc39/README.md +++ b/js/tc39/README.md @@ -7,6 +7,7 @@ Ways to use it: that was tested with 2. Run `go test &> out.log` +test If there are failures there will be a JSON with what failed. The full list of failing tests is in `breaking_test_errors.json` in order to regenerate it (in case of changes) it needs to become an empty JSON object `{}` and then the test should be rerun and the diff --git a/main.go b/main.go index 7d0fc96d69e..30a70c28148 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ /* * * k6 - a next-generation load testing tool - * Copyright (C) 2017 Load Impact + * Copyright (C) 2020 Load Impact * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as