lemmy/api_tests
Charles Hall 4e5798852f
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
2023-06-08 15:38:26 -04:00
..
src Dont return error in case optional auth is invalid (#2879) 2023-05-25 10:50:07 -04:00
.eslintrc.json Prettier check (#2855) 2023-05-13 16:50:58 -04:00
.prettierrc.json Removing sniptt/monads for lemmy-js-client. (#2644) 2023-01-04 10:59:26 -05:00
jest.config.js Prettier check (#2855) 2023-05-13 16:50:58 -04:00
package.json Upgrade api_test deps (#2850) 2023-05-10 16:31:37 -04:00
prepare-drone-federation-test.sh make shebangs posix compliant (#2974) 2023-06-08 15:38:26 -04:00
run-federation-test.sh make shebangs posix compliant (#2974) 2023-06-08 15:38:26 -04:00
tsconfig.json Prettier check (#2855) 2023-05-13 16:50:58 -04:00
yarn.lock Upgrade api_test deps (#2850) 2023-05-10 16:31:37 -04:00