8000 fix specs · wolfwithcode/design-patterns-JS@0330d94 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 0330d94

Browse files
committed
fix specs
1 parent 54f4492 commit 0330d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/flyweight_es6-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const expect = require('chai').expect;
22

3-
import colorFactory from '../src/structural/flyweight/flyweight_es6';
3+
import { colorFactory } from '../src/structural/flyweight/flyweight_es6';
44

55
describe('flyweight tests', () => {
66

0 commit comments

Comments
 (0)
0