1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: test generated file, not source one
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2020-12-08
--- a/test/server.js
+++ b/test/server.js
@@ -6,7 +6,7 @@
*/
import assert from 'assert';
-import { isPlainObject } from '../is-plain-object.js';
+import { isPlainObject } from '../dist/is-plain-object.js';
describe('Same-Realm Server Tests', function() {
it('should return `true` if the object is created by the `Object` constructor.', function() {
|