File tree Expand file tree Collapse file tree
browser-integration-tests
node-core-integration-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 echo " Error: fzf is required. Install with: brew install fzf" ; \
66 exit 1; \
77 fi
8- @find . -name test.ts | sed -e ' s|^\./suites/||' -e ' s|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test " | xargs -r yarn test
8+ @find . -name test.ts | sed -e ' s|^\./suites/||' -e ' s|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test " | xargs yarn test
99
Original file line number Diff line number Diff line change 55 echo " Error: fzf is required. Install with: brew install fzf" ; \
66 exit 1; \
77 fi
8- @ls test-applications | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test:run " | xargs -r yarn test:run
8+ @ls test-applications | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test:run " | xargs yarn test:run
99
1010list :
1111 @ls test-applications
Original file line number Diff line number Diff line change 55 echo " Error: fzf is required. Install with: brew install fzf" ; \
66 exit 1; \
77 fi
8- @find . -name test.ts | sed -e ' s|^\./suites/||' -e ' s|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test " | xargs -r yarn test
8+ @find . -name test.ts | sed -e ' s|^\./suites/||' -e ' s|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test " | xargs yarn test
99
Original file line number Diff line number Diff line change 55 echo " Error: fzf is required. Install with: brew install fzf" ; \
66 exit 1; \
77 fi
8- @find . -name test.ts | sed -e ' s|^\./suites/||' -e ' s|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test " | xargs -r yarn test
8+ @find . -name test.ts | sed -e ' s|^\./suites/||' -e ' s|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt=" yarn test " | xargs yarn test
99
You can’t perform that action at this time.
0 commit comments