jest
Passed Started
by
@mwoolf
Max Woolf
1Running with gitlab-runner 13.2.2 (a998cacd)2 on prm-com-gitlab-org bd0915564Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-docs:base ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image registry.gitlab.com/gitlab-org/gitlab-docs:base ...7Using docker image sha256:955e41045fe687c8410f9c966ac5276f3fcbde650eb9ec142e201ead9763f894 for registry.gitlab.com/gitlab-org/gitlab-docs:base ...9Running on runner-bd091556-project-1794617-concurrent-0 via runner-bd091556-prm-1597051454-8cbf1ac0...11$ eval "$CI_PRE_CLONE_SCRIPT"12Fetching changes with git depth set to 20...13Initialized empty Git repository in /builds/gitlab-org/gitlab-docs/.git/14Created fresh repository.15Checking out 6f6fc3de as refs/merge-requests/1056/head...16Skipping Git submodules setup18Checking cache for e7c84d9086b7a797f802dbfa3d9b274de6266480-5...19Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/1794617/e7c84d9086b7a797f802dbfa3d9b274de6266480-5 20Successfully extracted cache22Downloading artifacts for compile_dev (678345044)...23Downloading artifacts from coordinator... ok id=678345044 responseStatus=200 OK token=yciRJagx25$ ruby -v26ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux-musl]27$ NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4 --path vendor28Using rake 12.3.329Using public_suffix 4.0.530Using addressable 2.7.031Using rack 2.2.332Using adsf 1.4.333Using eventmachine 1.2.734Using http_parser.rb 0.6.035Using em-websocket 0.5.136Using rb-fsevent 0.10.437Using ffi 1.13.138Using rb-inotify 0.10.139Using listen 3.2.140Using rack-livereload 0.3.1741Using adsf-live 1.4.342Using asciidoctor 2.0.1043Using asciidoctor-plantuml 0.0.944Using builder 3.2.445Using bundler 1.17.346Using byebug 11.1.347Using coderay 1.1.348Using colored 1.249Using concurrent-ruby 1.1.650Using cri 2.15.1051Using ddmetrics 1.0.152Using ref 2.0.053Using ddmemoize 1.0.054Using ddplugin 1.0.255Using diff-lcs 1.4.456Using equatable 0.6.157Using formatador 0.2.558Using kramdown 1.16.259Using mini_portile2 2.4.060Using nokogiri 1.10.1061Using rouge 3.21.062Using gitlab_kramdown 0.9.063Using lumberjack 1.2.664Using nenv 0.3.065Using shellany 0.0.166Using notiffany 0.1.367Using method_source 1.0.068Using pry 0.13.169Using thor 1.0.170Using guard 2.16.271Using guard-compat 1.2.172Using hamster 3.0.073Using json_schema 0.20.974Using slow_enumerator_tools 1.1.075Using tomlrb 1.3.076Using tty-platform 0.3.077Using zeitwerk 2.4.078Using nanoc-core 4.11.1879Using nanoc-cli 4.11.1880Using guard-nanoc 2.1.981Using highline 2.0.382Using mixlib-cli 2.1.683Using mixlib-config 2.2.1884Using mdl 0.6.085Using nanoc-checking 1.0.086Using nanoc-deploying 1.0.087Using parallel 1.19.288Using tty-color 0.5.189Using pastel 0.7.490Using tty-command 0.9.091Using tty-which 0.4.292Using nanoc 4.11.1893Using pry-byebug 3.9.094Using rspec-support 3.9.395Using rspec-core 3.9.296Using rspec-expectations 3.9.297Using rspec-mocks 3.9.198Using rspec 3.9.099Using sass-listen 4.0.0100Using sass 3.7.4101Using sassc 2.4.0102Using scss_lint 0.59.0103Bundle complete! 16 Gemfile dependencies, 75 gems now installed.104Bundled gems are installed into `./vendor`105$ yarn install --cache-folder .yarn-cache106yarn install v1.19.2107[1/4] Resolving packages...108[2/4] Fetching packages...109info fsevents@1.2.13: The platform "linux" is incompatible with this module.110info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.111info fsevents@2.1.3: The platform "linux" is incompatible with this module.112info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.113[3/4] Linking dependencies...114warning " > @gitlab/ui@17.34.0" has incorrect peer dependency "bootstrap@4.4.1".115warning " > bootstrap@4.5.0" has unmet peer dependency "jquery@1.9.1 - 3".116warning " > @gitlab/eslint-config@1.6.0" has incorrect peer dependency "eslint@^5.3.0".117warning "@gitlab/eslint-config > eslint-config-airbnb-base@13.2.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".118warning "@gitlab/eslint-config > eslint-plugin-vue@5.2.3" has incorrect peer dependency "eslint@^5.0.0".119warning "@gitlab/eslint-config > eslint-plugin-vue > vue-eslint-parser@5.0.0" has incorrect peer dependency "eslint@^5.0.0".120warning "rollup-plugin-vue > @vue/component-compiler@4.2.3" has unmet peer dependency "postcss@>=6.0".121[4/4] Building fresh packages...122Done in 12.74s.123$ yarn test124yarn run v1.19.2125$ jest126PASS spec/frontend/default/components/collapsible_container_spec.js127PASS spec/frontend/default/components/table_of_contents_spec.js128PASS spec/frontend/default/components/table_of_contents_list_spec.js129PASS spec/frontend/shared/components/gl_icon_spec.js130PASS spec/frontend/shared/toc/flatten_items_spec.js131PASS spec/frontend/shared/dom_spec.js132PASS spec/frontend/404/components/error_message_spec.js (10.684s)133PASS spec/frontend/shared/components/banner_spec.js134PASS spec/frontend/default/components/navigation_toggle_spec.js135 ● Console136 console.error node_modules/@vue/test-utils/dist/vue-test-utils.js:1735137 [vue-test-utils]: setMethods is deprecated and will be removed in the next major version. There is no clear migration path for setMethods - Vue does not support arbitrarily replacement of methods, nor should VTU. To stub a complex method extract it from the component and test it in isolation. Otherwise, the suggestion is to rethink those tests.138PASS spec/frontend/shared/toc/parse_toc_spec.js139Test Suites: 10 passed, 10 total140Tests: 59 passed, 59 total141Snapshots: 3 passed, 3 total142Time: 15.462s143Ran all test suites.144Done in 17.11s.146Creating cache e7c84d9086b7a797f802dbfa3d9b274de6266480-5...147vendor/ruby: found 6706 matching files and directories 148.yarn-cache/: found 29351 matching files and directories 149Uploading cache.zip to https://storage.googleapis.com/gitlab-com-runners-cache/project/1794617/e7c84d9086b7a797f802dbfa3d9b274de6266480-5 150Created cache151Job succeeded