You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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@'
```
1 year ago
..
src Dont return error in case optional auth is invalid (#2879) 1 year ago
.eslintrc.json Prettier check (#2855) 1 year ago
.prettierrc.json Removing sniptt/monads for lemmy-js-client. (#2644) 1 year ago
jest.config.js Prettier check (#2855) 1 year ago
package.json Upgrade api_test deps (#2850) 1 year ago
prepare-drone-federation-test.sh make shebangs posix compliant (#2974) 1 year ago
run-federation-test.sh make shebangs posix compliant (#2974) 1 year ago
tsconfig.json Prettier check (#2855) 1 year ago
yarn.lock Upgrade api_test deps (#2850) 1 year ago