Skip to content

Commit

Permalink
fix: Removed duplicate file and moved test
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Apr 13, 2020
1 parent cbf38b2 commit 0ee067a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/js/brim/ingest.js

This file was deleted.

3 changes: 2 additions & 1 deletion src/js/brim/ingest.test.js → src/js/brim/ingest/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* @flow */
import ingest from "./ingest"
import path from "path"

import ingest from "./"

test("one pcap", () => {
let data = ingest.getParams([{type: "pcap", path: "/work/my.pcap"}])

Expand Down

0 comments on commit 0ee067a

Please sign in to comment.