Unverified Commit dc3e0601 authored by Marc Jakobi's avatar Marc Jakobi
Browse files

vimPlugins.grug-far-nvim: prevent screenshot tests from failing (2)

parent b3063ae3
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -240,10 +240,11 @@ in
      # feel free to disable/adjust the tests
      rm \
        tests/base/test_apply.lua \
        tests/base/test_vimscript_interpreter.lua \
        tests/base/test_vimscript_interpreter.lua

      # screenshot tests are brittle, as they are meant to be run against very
      # specific Neovim/ripgrep/ast-grep versions.
        tests/screenshot/*
      rm -rf tests/screenshots/*

      # Dependencies needed in special location
      mkdir -p deps/{ripgrep,astgrep}