mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- Remove package-lock.json because we are using yarn - Remove every instance of graphql-requests as the backend doesnt use it anymore - Remove graphql-request dependancy from the backend - Update scripts for running tests in package.json and remove the unused scripts - Update travis.yml to run the new test scripts
6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
//* This is a fake ES2015 template string, just to benefit of syntax
|
|
// highlighting of `gql` template strings in certain editors.
|
|
export function gql(strings) {
|
|
return strings.join('')
|
|
}
|