mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
build: update all dependencies
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import { expect } from 'chai';
|
||||
import { slow, suite, test, timeout } from 'mocha-typescript';
|
||||
import { deleteUndefinedProperties } from '../src/common';
|
||||
import {expect} from 'chai';
|
||||
import {slow, suite, test, timeout} from 'mocha-typescript';
|
||||
import {deleteUndefinedProperties} from '../src/common';
|
||||
|
||||
@suite(timeout(2000), slow(1000))
|
||||
export class CommonSpec {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
import {expect} from 'chai';
|
||||
import {slow, suite, test, timeout} from 'mocha-typescript';
|
||||
import { SMTP } from '../src/SMTP';
|
||||
import {SMTP} from '../src/SMTP';
|
||||
|
||||
// tslint:disable:no-unused-expression
|
||||
|
||||
|
||||
Reference in New Issue
Block a user