Skip to content

Commit

Permalink
fix: Expose the internal test sink (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
  • Loading branch information
trygve-lie and Trygve Lie authored Jan 7, 2022
1 parent 58343dd commit c3c24a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import PkgPut from './handlers/pkg.put.js';
import MapGet from './handlers/map.get.js';
import MapPut from './handlers/map.put.js';

import TEST from './sinks/test.js';
import MEM from './sinks/mem.js';
import FS from './sinks/fs.js';

Expand All @@ -31,6 +32,7 @@ const http = {
};

const sink = {
TEST,
MEM,
FS,
};
Expand Down

0 comments on commit c3c24a8

Please sign in to comment.