Skip to content

Commit

Permalink
revert .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Oct 6, 2024
1 parent 4bd4a9f commit 6f6e098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReadTask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe("ReadTask", () => {

for (const geolocation of [true, false]) {
for (const preferTimezoneInferenceFromGps of [true, false]) {
describe.only(
describe(
JSON.stringify({ geolocation, preferTimezoneInferenceFromGps }),
() => {
it("extracts problematic GPSDateTime", async () => {
Expand Down Expand Up @@ -1493,7 +1493,7 @@ describe("ReadTask", () => {
describe("issue #215", () => {
for (const geolocation of [true, false]) {
for (const preferTimezoneInferenceFromGps of [true, false]) {
describe.only(
describe(
JSON.stringify({ geolocation, preferTimezoneInferenceFromGps }),
() => {
it("adjusts Nikon timezones by an hour if DaylightSavings is truthy", () => {
Expand Down

0 comments on commit 6f6e098

Please sign in to comment.