beforeEach(() => {
      state = readInitialState();
      state.org.present = state.org.present
        .update('files', (files) => files.set(path, Map()))
        .set('path', path);