{ungoogled-,}chromium,chromedriver: 130.0.6723.58 -> 130.0.6723.69 (#351519)
[NixPkgs.git] / pkgs / development / interpreters / spidermonkey / test.nix
blobc3ef92bebfa8f2532996e32258d4a0cedb3f1857
1 { runCommand, spidermonkey }:
3 runCommand "spidermonkey-test-run" {
4   nativeBuildInputs = [
5     spidermonkey
6   ];
7 } ''
8   diff -U3 --color=auto <(js <(echo "console.log('Hello, world\!')")) <(echo 'Hello, world!')
9   touch $out