Update deepLinkSchemaMatch.test.js

This commit is contained in:
Overtorment 2020-01-04 20:31:58 +00:00 committed by GitHub
parent 347c2562e4
commit 78e82a8c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
/* global describe, it, expect */
/* global describe, it */
import DeeplinkSchemaMatch from '../../class/deeplinkSchemaMatch';
const assert = require('assert');