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 044c88e commit c291eadCopy full SHA for c291ead
set-default-posting-period/__tests__/cs_preferredPostingPeriod.test.js
@@ -5,7 +5,7 @@ import CurrentRecord from 'N/currentRecord/instance'
5
import search from 'N/search'
6
import Search from 'N/search/instance'
7
import Result from 'N/search/result'
8
-import ResultSet from 'N/search/resultset'
+import ResultSet from 'N/search/resultSet'
9
import log from 'N/log'
10
11
beforeEach(() => {
@@ -17,7 +17,7 @@ jest.mock('N/currentRecord/instance')
17
jest.mock('N/search')
18
jest.mock('N/search/instance')
19
jest.mock('N/search/result')
20
-jest.mock('N/search/resultset')
+jest.mock('N/search/resultSet')
21
22
const context = {}
23
0 commit comments