File: test-generated-file.patch

package info (click to toggle)
node-is-plain-object 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: javascript: 54; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
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() {