We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138cf33 commit 03a710dCopy full SHA for 03a710d
index.js renamed to src/index.js
test/parser.js
@@ -1,6 +1,6 @@
1
/*jshint mocha*/
2
const assert = require("assert");
3
-import NtpPacketParser from "../index";
+import NtpPacketParser from "../src/index";
4
5
describe("NTP packet parser", function() {
6
describe("Structure", function() {
test/timestamp.js
@@ -1,5 +1,5 @@
describe("NTP timestamps", function() {
describe("Error handling", function() {
0 commit comments