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 c258914 commit c2a3ed3Copy full SHA for c2a3ed3
test/rule-hasmany-actions.test.js
@@ -30,7 +30,7 @@ describe('Rule `hasMany` Action relationships', function () {
30
JSONAPIComponent(app);
31
});
32
33
- describe.only('updating relationships using a PATCH', function (done) {
+ describe('updating relationships using a PATCH', function (done) {
34
beforeEach(function (done) {
35
Action.create([
36
{name: 'action 1', ruleId: 10},
0 commit comments