mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
36ba47604f
ref https://linear.app/tryghost/issue/ENG-1078 - adds required setup for acceptance testing post revisions - adds happy-path test for listing, previewing, and restoring a post revision
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
import {Factory} from 'miragejs';
|
|
|
|
export default Factory.extend({
|
|
|
|
});
|