mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
Interface is wired up for Approving/Rejecting posts
This commit is contained in:
@ -88,3 +88,11 @@ test('destroyRecord', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
test('find embedded', function() {
|
||||
const store = createStore();
|
||||
store.find('fruit', 1).then(function(f) {
|
||||
ok(f.get('farmer'), 'it has the embedded object');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user