mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Fixed tests.
This commit is contained in:
parent
b617ac4c58
commit
1f43bf599b
3 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
// @ts-ignore
|
||||
import measured from 'measured-core';
|
||||
const measured = require('measured-core');
|
||||
|
||||
export default measured.createCollection();
|
||||
module.exports = measured.createCollection();
|
||||
|
||||
export const shutdown = async (hookName: string, context:any) => {
|
||||
module.exports.shutdown = async (hookName, context) => {
|
||||
module.exports.end();
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue