We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c1645 commit ead0a11Copy full SHA for ead0a11
spec/RateLimit.spec.js
@@ -1,5 +1,5 @@
1
const RedisCacheAdapter = require('../lib/Adapters/Cache/RedisCacheAdapter').default;
2
-fdescribe('rate limit', () => {
+describe('rate limit', () => {
3
it('can limit cloud functions', async () => {
4
Parse.Cloud.define('test', () => 'Abc');
5
await reconfigureServer({
0 commit comments